—I notice you spend a lot of time fixing stuff, Willie.
—That’s because you spend a lot of time breaking stuff, Alf.
—Well, it’s nice that our hobbies are so compatible.
—ALF (TV series)
This chapter introduces functions, which play an essential role in any programming language. The PHP language is not an exception. You learn how to create functions, how they can be used, and what is unique about functions in the PHP language.
Creating Functions
Very often ...