downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Resource Types> <Installation
[edit] Last updated: Fri, 25 May 2012

view this page in

Runtime Configuration

The behaviour of these functions is affected by settings in php.ini.

Variables Configuration Options
Name Default Changeable Changelog
unserialize_callback_func NULL PHP_INI_ALL Available since PHP 4.2.0.
For further details and definitions of the PHP_INI_* modes, see the Where a configuration setting may be set.

Here's a short explanation of the configuration directives.

unserialize_callback_func string

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.



add a note add a note User Contributed Notes Runtime Configuration
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites