Please answer this simple SPAM challenge: max(one, nine)? (Example: nine)
$f = create_function('','echo "function defined by create_function";');$f();result:function defined by create_functionYou may define no return in function body while you are using create_function.
<< Back to user notes page