Dear list, Does anyone know how the internals of create function works?
$test = create_function('blah','$arg,$arg2',$code);
Does it really create the function in $test; or creates it a global function
and references it to $test
And further more,
is it very SLOW?
Warm regards,
Emile Bosch
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

