Query: shm_detach
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SHM_DETACH(3) 1 SHM_DETACH(3) shm_detach - Disconnects from shared memory segmentSYNOPSISbool shm_detach (resource $shm_identifier)DESCRIPTIONshm_detach(3) disconnects from the shared memory given by the $shm_identifier created by shm_attach(3). Remember, that shared memory still exist in the Unix system and the data is still present.PARAMETERSo $shm_identifier - A shared memory resource handle as returned by shm_attach(3)RETURN VALUESshm_detach(3) always returns TRUE.SEE ALSOshm_attach(3), shm_remove(3), shm_remove_var(3). PHP Documentation Group SHM_DETACH(3)
Related Man Pages |
---|
shmat(2) - ultrix |
shmat(2) - opendarwin |
shmdt(2) - netbsd |
shmget(2) - netbsd |
shm_attach(3) - php |
Similar Topics in the Unix Linux Community |
---|
Cannot create user using SMITTY |