string create_function ( string $args , string $code )
Creates an anonymous function from the parameters passed, and returns a unique name for it.
Returns a unique function name as a string, or FALSE on error.