(PHP 5 >= 5.3.0, PHP 7, PHP 8)
shm_has_var — Check whether a specific entry exists
$shm
$key
Checks whether a specific key exists inside a shared memory segment.
shm
A shared memory segment obtained from shm_attach().
key
The variable key.
Returns true if the entry exists, otherwise false
true
false