PHP Basics: Advanced function
Not the trickiest example function, however this will teach you how to output a value created from within the function.
Duration : 0:7:18
Not the trickiest example function, however this will teach you how to output a value created from within the function.
Duration : 0:7:18
If your like me and …
If your like me and like to write a little code after each tut than a “challenge” you can do is to write a calc with all the same functions as above but with less code (you can do it with what we have learned so far!)
Oh cool, the return …
Oh cool, the return command is pretty neat! Now you can only return one value to the function right?