Please answer this simple SPAM challenge: max(eight, nine)? (Example: nine)
Best wapper:<?phpfunction create_lambda($args, $code) { static $func; if (!isset($func[$args][$code])) { $func[$args][$code] = create_function($args, $code); } return $func[$args][$code];}
<< Back to user notes page