PHP.nl

shmop_close

shmop_close

Close shared memory block

void **shmop_close** Shmop $shmop
is used to close a shared memory block.

shmop_close

shmop The shared memory block resource created by

 `shmop_open`

return.void

Voorbeeld: Closing shared memory block

<?php
shmop_close($shm_id);
?>

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

shmop_open