shmop_close

PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8
shmop_close - Close shared memory block
Manual
Code Examples

shmop_close( Shmop$shmop ): void
Note:

This function has no effect. Prior to PHP 8.0.0, this function was used to close the resource.

shmop_close is used to close a shared memory block.

Parameters

shmop

The shared memory block resource created by shmop_open

Return Values

No value is returned.

Changelog

Version Description
8.0.0 shmop expects a Shmop instance now; previously, a resource was expected.

Related Functions

Example of shmop_close

Show all examples for shmop_close

PHP Version:


Function shmop_close:

Shared Memory Functions

Most used PHP functions