Warning: file_put_contents(): Only -1 of 54 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
shm_put_var shm_remove Semaphore PHP Manual shm_remove_var (PHP 4, 5) — Removes a variable from shared memory Beskrivelse bool ( int $shm_identifier , $variable_key ) with given variable_key and ...
Forum und email

shm_remove_var

(PHP 4, PHP 5)

shm_remove_var — Removes a variable from shared memory

Beskrivelse

bool shm_remove_var ( int $shm_identifier , int $variable_key )

Removes a variable with a given variable_key and frees the occupied memory.

Parameterliste

shm_identifier

The shared memory identifier.

variable_key

The variable key.

Returneringsværdier

Returnerer TRUE ved succes, FALSE ved fejl.

Se også