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