|
SplObjectStorage::serialize(PHP 5 >= 5.2.2) SplObjectStorage::serialize — Serializes the storage Описание
public string SplObjectStorage::serialize
( void
)
Returns a string representation of the storage. Список параметровУ этой функции нет параметров. Возвращаемые значенияA string representing the storage. Примеры
Пример #1 SplObjectStorage::serialize() example
<?php Результатом выполнения данного примера будет что-то подобное: x:i:1;O:8:"stdClass":0:{},s:4:"data";;m:a:0:{} Смотрите также
|
|