Removes a variable from shared memory
$shm
$key
Removes a variable with a given key and frees the occupied memory.
key
shm
A shared memory segment obtained from shm_attach.
The variable key.
Returns true on success or false on failure.
true
false