PHP 8.3.4 Released!

shm_detach

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

shm_detachDisconnette da un segmento di memoria condivisa

Descrizione

shm_detach(int $shm_identifier): bool

La funzione shm_detach() disconnette dal segmento di memoria condivisa indicato dal parametro shm_identifier creato tramite la funzione shm_attach(). Si ricordi che la memoria condivisa continua a esistere nel sistema Unix e i dati sono ancora presenti.

La funzione shm_detach() restituisce sempre true.

Vedere anche shm_attach(), shm_remove() e shm_remove_var().

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top