Certified PHP Developer Learning Resources Returning values

Returning values
 


Values are returned by using the optional return statement. Any type may be returned, including arrays and objects. This causes the function to end its execution immediately and pass control back to the line from which it was called.

 For Support