Assignment #4

Here we see how to create a function of our own to do our work for us. This is done with the keyword function, followed by the name of the function and a pair of parentheses. The parentheses contain the parameters, or data that is expected by the function. Note that PHP functions require the use of the return command. ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download