I understand that this “refers” to the current object but it is not the actual object. How exactly does $this refer to the object. Is $this a pointer to the object?
I understand that this refers to the current object but it is not the
Share
$thisis a reference.From the PHP manual: