shm_put_var()
shm_put_var - Inserts or updates a variable in shared memorySyntax
bool shm_put_var (resource $shm_identifier, int $variable_key, mixed $variable)Arguments
- shm_identifier - A shared memory resource handle as returned by shm_attach()
- variable_key - The variable key.
- variable - The variable. All variable-typesare supported.
