php man page for shm_detach

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 segment

SYNOPSIS
bool shm_detach (resource $shm_identifier)
DESCRIPTION
shm_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.
PARAMETERS
o $shm_identifier - A shared memory resource handle as returned by shm_attach(3)
RETURN VALUES
shm_detach(3) always returns TRUE.
SEE ALSO
shm_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