Basic Function Usage

suggest change

A basic function is defined and executed like this:

function hello($name)
{
    print "Hello $name";
}

hello("Alice");

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents