php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
sysvshm.stub.php
Go to the documentation of this file.
1<?php
2
4
9final class SysvSharedMemory
10{
11}
12
13function shm_attach(int $key, ?int $size = null, int $permissions = 0666): SysvSharedMemory|false {}
14
16
17function shm_has_var(SysvSharedMemory $shm, int $key): bool {}
18
20
21function shm_put_var(SysvSharedMemory $shm, int $key, mixed $value): bool {}
22
23function shm_get_var(SysvSharedMemory $shm, int $key): mixed {}
24
shm_put_var(SysvSharedMemory $shm, int $key, mixed $value)
shm_remove(SysvSharedMemory $shm)
shm_get_var(SysvSharedMemory $shm, int $key)
shm_remove_var(SysvSharedMemory $shm, int $key)
shm_has_var(SysvSharedMemory $shm, int $key)
shm_attach(int $key, ?int $size=null, int $permissions=0666)
shm_detach(SysvSharedMemory $shm)
function(EX_VAR(opline->result.var))