mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
typo fix by Ishan Raychaudhuri
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338943 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c8e0df5f35
commit
4e85725855
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<para>
|
||||
In PHP 5, this is no longer necessary. The
|
||||
<function>spl_autoload_register</function> function registers any number of
|
||||
autloaders, enabling for classes and interfaces to be automatically loaded
|
||||
autoloaders, enabling for classes and interfaces to be automatically loaded
|
||||
if they are currently not defined. By registering autoloaders, PHP is given
|
||||
a last chance to load the class or interface before it fails with an error.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue