Does PHP's spl_autoload_register Load Only Necessary Classes?

175 views Asked by At

I've found numerous stackoverflow pages claiming that spl_autoload_register only loads necessary classes (__autoload vs include family for example), but is there documentation or proof of this? I checked php.net and couldn't find anything in their documentation. I also did a Google search and couldn't find an official answer.

0

There are 0 answers