No, that's not the point yet.

-----Mensagem original-----
De: Robert Stankiewicz [mailto:[email protected]] 
Enviada em: quinta-feira, 22 de janeiro de 2009 10:49
Para: Jônatas Zechim; [email protected]
Assunto: Re: [PHP] Create $var with some function


>       function createvar($var) {
>               ${$var} = 'foo';
>               global ${$var};
>               //or global $$var, i don't know it yet.
>       }
>   
This should work.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to