9. Function

9.1. Zend\Serializer\Adapter\serialize

ZendSerializerAdapterserialize()

Generates a storable representation of a value.

Parameters:mixed – Data to serialize
Return type:string
Throws :ZendSerializerExceptionExceptionInterface

10. Function

10.1. Zend\Serializer\Adapter\unserialize

ZendSerializerAdapterunserialize()

Creates a PHP value from a stored representation.

Parameters:string – Serialized string
Return type:mixed
Throws :ZendSerializerExceptionExceptionInterface

Project Versions

Table Of Contents

Previous topic

8. Function

Next topic

11. Class

This Page