PHP: making a copy of a reference variable -


If I make a copy of a reference variable whether the new variable is an indicator or does it hold the value of that variable Does that refer to the indicator?

This value holds if you want to point out, then copy another reference to & Amp; Use the operator:

 $ a = 'test'; $ B = and $ a; $ C = & $ b; 

Comments