No, that's not the point yet.

-----Mensagem original-----
De: Robert Stankiewicz [mailto:robe...@belfabriek.nl] 
Enviada em: quinta-feira, 22 de janeiro de 2009 10:49
Para: Jônatas Zechim; php-general@lists.php.net
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