create_function

Example

 string create_function ( string $args , string $code ) 

Description

Creates an anonymous function from the parameters passed, and returns a unique name for it.

Return Values

Returns a unique function name as a string, or FALSE on error.