shm_put_var -- Reads a variable with a given variable_key
Description
mixed shm_get_var
(int id, long variable_key);
Reads a variable with a given
variable_key
. The variable is still present in the shared memory. The function
unserialize()
can be used to decode the data.