You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Functions in PHP PHP / Functions
Functions are arguably one of the most useful features of PHP. They allow a programmer to encapsulate sections of code within a structure which can then be executed from anywhere else in the program flow.