You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,5 @@ This is an Automatic ClassFile Loader for PHP.
8
8
<li>There you go!</li>
9
9
</oltype="1">
10
10
11
+
<p>Whenever a class is referenced throughout the PHP runtime environment, if the classFile is not yet included into the runtime, the system automatically calls the "spl-autoload-register" for the classFile. And this call is directed to the "lib" directory in the server root, and all the class files under the subdirectories are included into the project.</p>
11
12
<p>This is the preferred method for autoloading classes in PHP 7.2 onwards</p>
0 commit comments