PHP Video Tutorial: Functions

PHP Video Tutorial

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

Tell a friend about this article / post.

3 Responses to “PHP Video Tutorial: Functions”

  1. PHPDeveloper.org Says:

    Stefan Mischook’s Blog: PHP Video Tutorial: Functions…

  2. developercast.com » Stefan Mischook’s Blog: PHP Video Tutorial: Functions Says:

    [...] 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. [...]

  3. JB Says:

    Stefan

    Really enjoyed the PHP function videos. Excellent for a beginner like me. Thanks