Zend Framework
1.12
|
Public Member Functions | |
__construct () | |
Constructor. | |
insert ($datum, $priority) | |
toArray () | |
Serialize to an array. | |
serialize () | |
Serialize. | |
unserialize ($data) | |
Deserialize. | |
Protected Attributes | |
$serial = PHP_INT_MAX | |
$isPhp53 | |
__construct | ( | ) |
Constructor.
insert | ( | $datum, | |
$priority | |||
) |
serialize | ( | ) |
Serialize.
toArray | ( | ) |
Serialize to an array.
Array will be priority => data pairs
unserialize | ( | $data | ) |
Deserialize.
string | $data |
|
protected |
|
protected |