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

search for in the

shm_get_var> <shm_attach
Last updated: Fri, 13 Nov 2009

view this page in

shm_detach

(PHP 4, PHP 5)

shm_detachDisconnects from shared memory segment

Descrição

bool shm_detach ( resource $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.

Parâmetros

shm_identifier

A shared memory resource handle as returned by shm_attach()

Valor Retornado

shm_detach() always returns TRUE.

Veja Também



add a note add a note User Contributed Notes
shm_detach
There are no user contributed notes for this page.

shm_get_var> <shm_attach
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites