Hi,

http://de.php.net/manual/en/language.references.php

Cheers,
Catalin

"Jswalter" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> this difference bewteen A and B below?
>
> A)    $a = &new className(true, 6);
>
> B)    $a = new className(true, 6);     /* missing & on the NEW */
>
> thanks
>
> walter

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

Reply via email to