mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Improve markup and fix the function name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291890 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4a9d095878
commit
96eed35c31
1 changed files with 3 additions and 2 deletions
|
@ -14,9 +14,10 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
This function is intended to be used as a default implementation for
|
||||
__autoload(). If nothing else is specified and autoload_register() is
|
||||
<function>__autoload</function>. If nothing else is specified and
|
||||
<function>spl_autoload_register</function> is
|
||||
called without any parameters then this functions will be used for any
|
||||
later call to __autoload().
|
||||
later call to <function>__autoload</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue