added <function>

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159226 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2004-05-21 06:29:04 +00:00
parent 95e3cdbbb4
commit 518e1d99aa

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<section id="var.configuration">
&reftitle.runtime;
&extension.runtime;
@ -38,12 +38,12 @@
</term>
<listitem>
<para>
The unserialize callback function will called (with the undefined class'
name as parameter), if the unserializer finds an undefined class
which should be instanciated. 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 <function>unserialize</function> callback function will called
(with the undefined class' name as parameter), if the unserializer
finds an undefined class which should be instanciated. 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.
</para>
<para>
See also <function>unserialize</function>.