XML_Serializer::serialize

XML_Serializer::serialize() – serialize data

Synopsis

require_once 'Serializer.php';

boolean XML_Serializer::serialize ( mixed $data , mixed $options = null )

Description

This package is not documented yet.

Parameter

mixed $data

data to serialize

mixed $options

Return value

returns true on success, pear error on failure

Throws

throws no exceptions thrown

Note

This function can not be called statically.