Difference between revisions of "Php function"
From thelinuxwiki
(Pushed from thelinuxwiki.com.) |
Latest revision as of 19:01, 25 February 2013
Example:
function functionName() { code to be executed; }
Calling the function
functionName();
Passing function parameters