Beginner
PHP
Q14 / 100
What does $this refer to inside a PHP class method?
Correct! Well done.
Incorrect.
The correct answer is C) The current object instance
C
Correct Answer
The current object instance
Explanation
$this refers to the current object instance inside non-static class methods.
Progress
14/100