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

search for in the

shm_remove> <shm_put_var
[edit] Last updated: Fri, 07 Jun 2013

view this page in

shm_remove_var

(PHP 4, PHP 5)

shm_remove_varEliminar una variable de la memoria compartida

Descripción

bool shm_remove_var ( resource $shm_identifier , int $variable_key )

Elimina una variable con la clave dada por variable_key y libera la memoria ocupada.

Parámetros

shm_identifier

El identificador de memoria compartida devuelto por shm_attach()

variable_key

La clave de la variable.

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.

Ver también

  • shm_remove() - Elimina la memoria compartida de sistemas Unix



add a note add a note User Contributed Notes shm_remove_var - [0 notes]
There are no user contributed notes for this page.

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