PHP.nl

shmop_delete

shmop_delete

Delete shared memory block

bool **shmop_delete** Shmop $shmop
is used to delete a shared memory block.

shmop_delete

shmop The shared memory block resource created by

 `shmop_open`

return.success

Voorbeeld: Deleting shared memory block

<?php
shmop_delete($shm_id);
?>

This example will delete shared memory block identified by . $shm_id