PHP Calling a Function

pearse

New Member
How can I pass a function as a variable and then call it using that variable?e.g.\[code\]test(echo);function test($function){ $function("Test");}\[/code\]
 
Back
Top