This is a sample video. To access the full content, please Login
No questions yet
1293 visits
Outline:Functions (Advanced) We can also pass parameters to functions during both the declaration and calling time. function functionName($param1,$param2); //during function call. function functionName($param1,$param2) code to be executed
Functions (Advanced) We can also pass parameters to functions during both the declaration and calling time. function functionName($param1,$param2); //during function call. function functionName($param1,$param2) code to be executed
Show video info
Pre-requisite