php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
Serializable Interface Reference
Inheritance diagram for Serializable:
ArrayIterator ArrayObject SplDoublyLinkedList SplObjectStorage RecursiveArrayIterator SplQueue SplStack

Public Member Functions

 serialize ()
 
 unserialize (string $data)
 

Detailed Description

Definition at line 49 of file zend_interfaces.stub.php.

Member Function Documentation

◆ serialize()

Serializable::serialize ( )
Returns
string|null

Implemented in ArrayIterator, ArrayObject, SplDoublyLinkedList, and SplObjectStorage.

◆ unserialize()

Serializable::unserialize ( string $data)
Returns
void

Implemented in ArrayIterator, ArrayObject, SplDoublyLinkedList, and SplObjectStorage.


The documentation for this interface was generated from the following file: