PHP lesson 9 – User defined functions

In this lesson we talk about how to create your own function. We also talk about how to specify the arguments (input variables) for the function and how to make the function return a value (output).