Difference between revisions of "Php function"

From thelinuxwiki
Jump to: navigation, search
(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