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

search for in the

shm_remove> <shm_put_var
Last updated: Fri, 14 Aug 2009

view this page in

shm_remove_var

(PHP 4, PHP 5)

shm_remove_varEfface une variable de la mémoire partagée

Description

bool shm_remove_var ( resource $shm_identifier , int $variable_key )

Efface la variable variable_key de la mémoire partagée shm_identifier et libère la mémoire.

Liste de paramètres

shm_identifier

L'identifiant de la mémoire partagée, tel que retourné par la fonction shm_attach()

variable_key

La clé de la variable.

Valeurs de retour

Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.

Voir aussi

  • shm_remove() - Supprime un segment de mémoire partagée sous Unix



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

shm_remove> <shm_put_var
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites