Warning: file_put_contents(): Only -1 of 50 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_attach shm_get_var Semaphore PHP Manual shm_detach (PHP 4, 5) — Disconnects from shared memory segment Beskrivelse bool ( int $shm_identifier ) shm_detach() disconnects the given by shm_ident...
Forum und email

shm_detach

(PHP 4, PHP 5)

shm_detach — Disconnects from shared memory segment

Beskrivelse

bool shm_detach ( int $shm_identifier )

shm_detach() disconnects from the shared memory given by the shm_identifier created by shm_attach(). Remember, that shared memory still exist in the Unix system and the data is still present.

Parameterliste

shm_identifier

Returneringsværdier

shm_detach() always returns TRUE.