PHP Video Tutorial: Functions
![]()
Hi,
I just released the first 3 videos on PHP functions that covers some of the basics on this fundamental construct in PHP. In these videos I cover things like:
- What exactly are functions.
- What are a functions ‘arguments’.
- Why do functions ‘return’ things.
… and a bunch of other stuff too.
The Videos:
I will be coming out with part 4 soon, where we actually build our own custom functions.
Thanks,
Stefan Mischook
www.killerphp.com
October 4th, 2007 at 8:46 am
Stefan Mischook’s Blog: PHP Video Tutorial: Functions…
…
October 4th, 2007 at 10:48 am
[...] Stefan Mischook has posted the latest video tutorials in his introduction to PHP series today - this time they look at the creation of and working with functions in your applications. I just released the first 3 videos on PHP functions that covers some of the basics on this fundamental construct in PHP. In these videos I cover things like: what exactly are functions, what are a functions ‘arguments’ and why do functions ‘return’ things. [...]
October 11th, 2007 at 6:22 am
Stefan
Really enjoyed the PHP function videos. Excellent for a beginner like me. Thanks