create_function

 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.