shmop_closeClose shared memory block Warning
This function has been DEPRECATED as of PHP 8.0.0. Relying on this function is highly discouraged. Description
void shmop_close(Shmop
$shmop )
shmop_close is used to close a shared memory block. Parameters
Return ValuesNo value is returned. Changelog
Examples
Example #1 Closing shared memory block
This example will close shared memory block identified by See Also
|