|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
| class | SysvSharedMemory |
Functions | |
| shm_attach (int $key, ?int $size=null, int $permissions=0666) | |
| shm_detach (SysvSharedMemory $shm) | |
| shm_has_var (SysvSharedMemory $shm, int $key) | |
| shm_remove (SysvSharedMemory $shm) | |
| shm_put_var (SysvSharedMemory $shm, int $key, mixed $value) | |
| shm_get_var (SysvSharedMemory $shm, int $key) | |
| shm_remove_var (SysvSharedMemory $shm, int $key) | |
| shm_attach | ( | int | $key, |
| ?int | $size = null, | ||
| int | $permissions = 0666 ) |
Definition at line 13 of file sysvshm.stub.php.
| shm_detach | ( | SysvSharedMemory | $shm | ) |
Definition at line 15 of file sysvshm.stub.php.
| shm_get_var | ( | SysvSharedMemory | $shm, |
| int | $key ) |
Definition at line 23 of file sysvshm.stub.php.
| shm_has_var | ( | SysvSharedMemory | $shm, |
| int | $key ) |
Definition at line 17 of file sysvshm.stub.php.
| shm_put_var | ( | SysvSharedMemory | $shm, |
| int | $key, | ||
| mixed | $value ) |
Definition at line 21 of file sysvshm.stub.php.
| shm_remove | ( | SysvSharedMemory | $shm | ) |
Definition at line 19 of file sysvshm.stub.php.
| shm_remove_var | ( | SysvSharedMemory | $shm, |
| int | $key ) |
Definition at line 25 of file sysvshm.stub.php.