PHP: making a copy of a reference variable

Posted by gAMBOOKa on Stack Overflow See other posts from Stack Overflow or by gAMBOOKa
Published on 2010-05-15T12:35:45Z Indexed on 2010/05/15 12:44 UTC
Read the original article Hit count: 147

Filed under:

If I make a copy of a reference variable. Is the new variable a pointer or does it hold the value of the variable the pointer was referring to?

© Stack Overflow or respective owner

Related posts about php