Query: shmop_close
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SHMOP_CLOSE(3) 1 SHMOP_CLOSE(3) shmop_close - Close shared memory blockSYNOPSISvoid shmop_close (int $shmid)DESCRIPTIONshmop_close(3) is used to close a shared memory block.PARAMETERSo $shmid - The shared memory block identifier created by shmop_open(3)RETURN VALUESNo value is returned.EXAMPLESExample #1 Closing shared memory block <?php shmop_close($shm_id); ?> This example will close shared memory block identified by $shm_id.SEE ALSOshmop_open(3). PHP Documentation Group SHMOP_CLOSE(3)
| Related Man Pages | 
|---|
| shmat(2) - mojave | 
| shmdt(2) - mojave | 
| shmop(2) - ultrix | 
| shmat(2) - opendarwin | 
| shmctl(2) - hpux | 
| Similar Topics in the Unix Linux Community | 
|---|
| User Guide: Posting in the Emergency Forum | 
| New Code Tags (Syntax Highlighting) | 
| Status of UNIX.COM Forum Transformation | 
| Please Welcome Nicki Paul to the Moderator Team! |