mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Use <function>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325343 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
18c2017429
commit
cf81347191
1 changed files with 6 additions and 4 deletions
|
@ -18,10 +18,12 @@
|
|||
is not yet activated it will be activated.
|
||||
</para>
|
||||
<para>
|
||||
If your code has an existing __autoload function then this function must
|
||||
be explicitly registered on the __autoload stack. This is because
|
||||
spl_autoload_register() will effectively replace the engine cache for
|
||||
the __autoload function by either spl_autoload() or spl_autoload_call().
|
||||
If your code has an existing <function>__autoload</function> function then
|
||||
this function must be explicitly registered on the __autoload stack. This
|
||||
is because <function>spl_autoload_register</function> will effectively
|
||||
replace the engine cache for the <function>__autoload</function> function
|
||||
by either <function>spl_autoload</function> or
|
||||
<function>spl_autoload_call</function>.
|
||||
</para>
|
||||
<para>
|
||||
If there must be multiple autoload functions, <function>spl_autoload_register</function>
|
||||
|
|
Loading…
Reference in a new issue