Thank you for you interest,

I need to know this because  am building an CMS package..
and create function create functions on the fly which can come in handy very
much..

My questions was wheter create_function the PHP tag, slow is or not... hope
someone can
help me out here..

Warm regards,
Emile Bosch

"Bogdan Stancescu" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Why do you need this? To my knowledge you get the same behaviour with
>
> <?
> function create_function()
> {
>   [body]
> }
>
> $test="create_function";
>
> $test;
> ?>
>
> Bogdan
>
> Emile Bosch wrote:
>
> > 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]
>



-- 
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]

Reply via email to