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: Fri, 07 Jun 2013

view this page in

shm_detach

(PHP 4, PHP 5)

shm_detachDesconectarse del segmento de memoria compartida

Descripción

bool shm_detach ( resource $shm_identifier )

shm_detach() desconecta de la memoria compartida dada por el parámetro shm_identifier creado por shm_attach(). Recuerde que la memoria compartida aún existe en el sistema Unix y que la información todavía está presente.

Parámetros

shm_identifier

Un gestor de recurso de memoria compartida devuelto por shm_attach()

Valores devueltos

shm_detach() siempre devuelve TRUE.

Ver también



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