__construct(array | \Traversable | \Zend\Serializer\Adapter\AdapterOptions $options)
inherited_from | \Zend\Serializer\Adapter\AbstractAdapter::__construct() |
---|
array\Traversable\Zend\Serializer\Adapter\AdapterOptions
getOptions() : \Zend\Serializer\Adapter\AdapterOptions
inherited_from | \Zend\Serializer\Adapter\AbstractAdapter::getOptions() |
---|
serialize(mixed $value) : string
setOptions(array | \Traversable | \Zend\Serializer\Adapter\AdapterOptions $options) : \Zend\Serializer\Adapter\AbstractAdapter
inherited_from | \Zend\Serializer\Adapter\AbstractAdapter::setOptions() |
---|
array\Traversable\Zend\Serializer\Adapter\AdapterOptions
unserialize(string $code) : mixed
Warning: this uses eval(), and should likely be avoided.
string
\Zend\Serializer\Exception\RuntimeException |
on eval error |
---|
mixed