diff --git a/reference/var/ini.xml b/reference/var/ini.xml index de621bb7f2..983fed5e60 100644 --- a/reference/var/ini.xml +++ b/reference/var/ini.xml @@ -39,12 +39,10 @@ - The unserialize 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 unserialize + 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. See also unserialize and Autoloading Objects.