shmop_delete(3) php man page | unix.com

Man Page: shmop_delete

Operating Environment: php

Section: 3

SHMOP_DELETE(3) 							 1							   SHMOP_DELETE(3)

shmop_delete - Delete shared memory block

SYNOPSIS
bool shmop_delete (int $shmid)
DESCRIPTION
shmop_delete(3) is used to delete a shared memory block.
PARAMETERS
o $shmid - The shared memory block identifier created by shmop_open(3)
RETURN VALUES
Returns TRUE on success or FALSE on failure.
EXAMPLES
Example #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
shmdt(2) - mojave
shmctl(2) - ultrix
shmdt(2) - ultrix
shmctl(2) - hpux
shmat(2) - netbsd
Similar Topics in the Unix Linux Community
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Please Welcome Nicki Paul to the Moderator Team!