InterviewSolution
Saved Bookmarks
| 1. |
Which function was introduced to help automate the inclusion of class files?(a) __load()(b) __preload()(c) __autoload()(d) __inload()I had been asked this question in an interview for internship.Query is from Object Tools in chapter Object Tools and Design and Variables in PHP of PHP |
|
Answer» Correct choice is (c) __autoload() |
|