what does '=&' means?
Posted: Mon Jul 07, 2008 4:38 pm
Hi,
I'm new to php. I came across php codes with something like this:
$this->th->ss =& $this->ss;
What does the operator '=&' mean??? Is it pointer dereference??
I've never encounter '=&' in any of the tutorials I've read. So can someone explain to me what it is and give an example?
Thanks for helping,
-Tri
I'm new to php. I came across php codes with something like this:
$this->th->ss =& $this->ss;
What does the operator '=&' mean??? Is it pointer dereference??
I've never encounter '=&' in any of the tutorials I've read. So can someone explain to me what it is and give an example?
Thanks for helping,
-Tri