Functions in PHP
By the end of this post you will be able to: Define what functions are Identify built-in functions Declare functions Identify functions and arguments Apply the return keyword What are functions? Sections of code that perform a specific task. Functions perform the same task as many times as required by the program.