git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340338 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-10-06 11:54:36 +00:00
parent d7ae20ad9e
commit f6c86f60c8

View file

@ -18,7 +18,7 @@
<tip>
<para>
Whilst the <function>__autoload</function> function can also be used for
autoloading classes and interfaces, its preferred to use the
autoloading classes and interfaces, it's preferred to use the
<function>spl_autoload_register</function> function. This is because it is
a more flexible alternative (enabling for any number of autoloaders to be
specified in the application, such as in third party libraries). For this