Query: shmop_delete
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SHMOP_DELETE(3) 1 SHMOP_DELETE(3) shmop_delete - Delete shared memory blockSYNOPSISbool shmop_delete (int $shmid)DESCRIPTIONshmop_delete(3) is used to delete a shared memory block.PARAMETERSo $shmid - The shared memory block identifier created by shmop_open(3)RETURN VALUESReturns TRUE on success or FALSE on failure.EXAMPLESExample #1 Deleting shared memory block <?php shmop_delete($shm_id); ?> This example will delete shared memory block identified by $shm_id. PHP Documentation Group SHMOP_DELETE(3)
Related Man Pages |
---|
shmat(2) - mojave |
shmdt(2) - mojave |
shmctl(2) - ultrix |
shmat(2) - ultrix |
shmdt(2) - osx |