PHP Трейт Demo\Aspect\Introduce\SerializableImpl

Показать файл Открыть проект

Открытые методы

Метод Описание
serialize ( ) : string String representation of object
unserialize ( string $serialized ) : mixed Constructs the object

Описание методов

serialize() публичный Метод

String representation of object
public serialize ( ) : string
Результат string the string representation of the object or null

unserialize() публичный Метод

Constructs the object
public unserialize ( string $serialized ) : mixed
$serialized string

The string representation of the object.

Результат mixed the original value unserialized.