Hey Group

I am starting to write class and objects and came across some syntax that I dont understand.

What does the ampersand do in the bottom example code, they both work.

$n1 = $num1 -> function();
$n1 = & $num1 -> function();

-Blake

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



Reply via email to