InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following variable cannot be used inside a static method?(a) $this(b) $get(c) $set(d) $dateThis question was posed to me in quiz.My doubt is from Object Advanced Features in chapter Objects and Databases in PHP of PHP |
|
Answer» The correct choice is (a) $this |
|