Class ParseMemoryStorage - Uses non-persisted memory for storage.
This is used by default if a PHP Session is not active.
author |
Fosco Marotto [email protected] |
---|---|
package |
Parse |
clear() : null
null
get(string $key) : mixed
string
The key to get the value for
mixed
getAll() : array
array
getKeys() : array
array
remove(string $key) : void
string
The key to remove.
save() : null
null
set(string $key, mixed $value) : void
string
The key to set
mixed
The value to set
storage : array
var |
---|
array