mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Clean up unserialize_callback_func definition: Fix spelling & grammar, remove obvious information.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298346 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a9adbb764e
commit
a790488fa1
1 changed files with 4 additions and 6 deletions
|
@ -39,12 +39,10 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The <function>unserialize</function> callback function will called
|
||||
(with the undefined class' name as parameter), if the unserializer
|
||||
finds an undefined class which should be instantiated. A warning
|
||||
appears if the specified function is not defined, or if the function
|
||||
doesn't include/implement the missing class. So only set this entry,
|
||||
if you really want to implement such a callback-function.
|
||||
The callback specified is called when <function>unserialize</function>
|
||||
attempts to use an undefined class. A warning appears if the specified
|
||||
callback function is not defined, or if the callback function fails to
|
||||
define the missing class.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>unserialize</function> and <link linkend="language.oop5.autoload">Autoloading Objects</link>.
|
||||
|
|
Loading…
Reference in a new issue