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