downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

shm_get_var> <shm_attach
[edit] Last updated: Tue, 21 May 2013

view this page in

shm_detach

(PHP 4, PHP 5)

shm_detachDisconnette da un segmento di memoria condivisa

Descrizione

bool shm_detach ( int $shm_identifier )

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 add a note User Contributed Notes shm_detach - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites