mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added <function>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159226 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
95e3cdbbb4
commit
518e1d99aa
1 changed files with 7 additions and 7 deletions
|
@ -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>.
|
||||
|
|
Loading…
Reference in a new issue