didou Fri May 21 02:29:05 2004 EDT
Modified files: /phpdoc/en/reference/var ini.xml Log: added <function> http://cvs.php.net/diff.php/phpdoc/en/reference/var/ini.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/var/ini.xml diff -u phpdoc/en/reference/var/ini.xml:1.3 phpdoc/en/reference/var/ini.xml:1.4 --- phpdoc/en/reference/var/ini.xml:1.3 Fri Dec 19 10:50:02 2003 +++ phpdoc/en/reference/var/ini.xml Fri May 21 02:29:04 2004 @@ -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>.