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

search for in the

shm_remove> <shm_put_var
Last updated: Fri, 18 Jul 2008

view this page in

shm_remove_var

(PHP 4, PHP 5)

shm_remove_var — 共有メモリから変数を削除する

説明

bool shm_remove_var ( int $shm_identifier , int $variable_key )

指定したvariable_key を有する変数を共有メモリから削除し、占有するメモリを解放します。

パラメータ

shm_identifier

shm_attach() が返す 共有メモリ ID。

variable_key

変数のキー。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考



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, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites