Fully Qualified Name: | Laminas\Stdlib\SplStack |
Extends: | SplStack |
Implements: | Serializable |
Serializable version of SplStack
Name | Description | Defined By |
---|---|---|
serialize() | Serialize | SplStack |
toArray() | Serialize to an array representing the stack | SplStack |
unserialize() | Unserialize | SplStack |
Serialize
Returns: string
Serialize to an array representing the stack
Returns: array
Unserialize
Parameter Name | Type | Description |
---|---|---|
$data | string |
Returns: void