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

search for in the

shm_get_var> <shm_attach
Last updated: Fri, 25 Jul 2008

view this page in

shm_detach

(PHP 4, PHP 5)

shm_detach共有メモリセグメントへの接続を閉じる

説明

bool shm_detach ( int $shm_identifier )

shm_detach() は、 shm_attach() で作成され、 指定した shm_identifier を有する共有メモリへの接続を閉じます。 共有メモリは、まだ Unix システム上に存在しており、 データはまだ存在するということを覚えておいてください。

パラメータ

shm_identifier

shm_attach() が返す共有メモリリソースハンドル。

返り値

shm_detach() は、常に TRUE を返します。



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

shm_get_var> <shm_attach
Last updated: Fri, 25 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites