> function &create_object() {
>       [..]
> }
>
> $some_object =& create_object('some_object');
>

This is really funny i've been doing php for a good while now but what is
the reason to use the & symbol on the function ?

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

Reply via email to