Which function was introduced to help automate the inclusion of class files?
Which function was introduced to help automate the inclusion of class files? Correct Answer __autoload()
When the PHP engine encounters an attempt to instantiate an unknown class, it invokes the __autoload() function, passing it the class name as a string. It is up to the implementer to define a strategy for locating and including the missing class file.
মোঃ আরিফুল ইসলাম
Feb 20, 2025