shm_get_var

(PHP 4, PHP 5, PHP 7, PHP 8)

shm_get_varRestituisce una variabile dalla memoria condivisa

Descrizione

shm_get_var(int $shm_identifier, int $variable_key): mixed

La funzione shm_get_var() restituisce la variabile identificata dalla chiave variable_key, da un segmento di memoria condivisa identificato tramite shm_identifier. La variabile resta presente nella memoria condivisa.