chickadee » php-s11n » php-s11n-reader

php-s11n-readerparameter

Sets a procedure to call for unserializing any unknown data types encountered in the input. The procedure will be invoked with one argument, PORT. Note that you should never need to handle this case unless PHP's serialization format substantially changes.

The parameter defaults to #f, raising an error if the serialized input contains unknown data type specifiers.