Query: shm_remove
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SHM_REMOVE(3) 1 SHM_REMOVE(3) shm_remove - Removes shared memory from Unix systemsSYNOPSISbool shm_remove (resource $shm_identifier)DESCRIPTIONshm_remove(3) removes the shared memory $shm_identifier. All data will be destroyed.PARAMETERSo $shm_identifier - The shared memory identifier as returned by shm_attach(3)RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOshm_remove_var(3). PHP Documentation Group SHM_REMOVE(3)