function foo($param){ //function body //function names are case-InSensitive //return statement } Foo(1); foo("str"); fOo($arr);