shmop_closeClose shared memory block Description
void shmop_close
( resource
$shmid
)shmop_close is used to close a shared memory block. Parameters
Return ValuesNo value is returned. Changelog
Examples
Example #1 Closing shared memory block
<?php This example will close shared memory block identified by $shm_id. See Also
|