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:


Functions:
*Basic Function Usage

Table Of Contents
19XML
69Functions
81PDO
102APCu
108PSR