Query: shm_remove_var
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SHM_REMOVE_VAR(3) 1 SHM_REMOVE_VAR(3) shm_remove_var - Removes a variable from shared memorySYNOPSISbool shm_remove_var (resource $shm_identifier, int $variable_key)DESCRIPTIONRemoves a variable with a given $variable_key and frees the occupied memory.PARAMETERSo $shm_identifier - The shared memory identifier as returned by shm_attach(3) o $variable_key - The variable key.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOshm_remove(3). PHP Documentation Group SHM_REMOVE_VAR(3)