Images

Writing Functions

Images To view the accompanying video for this lesson, please visit mhprofessional.com/nixonphp/.

In addition to using conditional constructs and statements such as if() and switch() as well as loops such as while() and for(), there’s another way you can control program flow—by using functions. Functions are sections of code you call from any other part of code (or even the function itself, which is known as recursion), which then perform one or more actions and then return.

   When functions return, they may also return a value back ...

Get PHP: 20 Lessons to Successful Web Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.