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

search for in the

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

view this page in

shm_has_var

(PHP 5 >= 5.3.0)

shm_has_varVérifie si une variable existe en mémoire partagée

Description

bool shm_has_var ( resource $shm_identifier , int $variable_key )

Vérifie si une variable existe en mémoire partagée.

Liste de paramètres

shm_identifier

Le segment de mémoire partagée, obtenu avec shm_attach().

variable_key

Le nom de la variable.

Valeurs de retour

Retourne TRUE si la variable existe, et FALSE sinon;

Voir aussi

  • shm_get_var() - Lit une variable dans la mémoire partagée
  • shm_put_var() - Insère ou modifie une variable de la mémoire partagée



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

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