RE: [PHP] Use of Ampersand in php

2006-01-23 Thread Richard Correia
-general@lists.php.net Subject: [PHP] Use of Ampersand in php Hi everybody, Can any one tell me, what is the use of ampersand '&' in php? Is it a pointer operator like 'C' language? Kindly note the example After running this example I got result 1 for both va

Re: [PHP] Use of Ampersand in php

2006-01-22 Thread Michael Hulse
On Jan 22, 2006, at 7:04 PM, Nirmalya Lahiri wrote: Can any one tell me, what is the use of ampersand '&' in php? This might help: http://us2.php.net/manual/en/language.references.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Use of Ampersand in php

2006-01-22 Thread Nirmalya Lahiri
Hi everybody, Can any one tell me, what is the use of ampersand '&' in php? Is it a pointer operator like 'C' language? Kindly note the example After running this example I got result 1 for both variable $b and $c. Why so? --Nirmalya __ Do