shm_put_var
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Inserts or updates a variable in shared memory
<?php shm_put_var
(
SysvSharedMemory $shm
,
int $key
,
mixed $value
):
bool