reference question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jos van Uden

    reference question

    Hi,

    If I write

    $someobject = new SomeObject;

    will I have 2 instances in memory,
    one of which I cannot actually access?

    Will

    $someobject =& new SomeObject;

    remedy that, or didn't I understand
    it correctly?

    Thanks,

    Jos

Working...