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

search for in the

インストール/設定> <Inotify
Last updated: Fri, 13 Nov 2009

view this page in

導入

inotify 拡張モジュールは、inotify 関数 inotify_init()inotify_add_watch() および inotify_rm_watch() を公開しています。

C の inotify_init() 関数はファイル記述子を返しますが、PHP の inotify_init() はストリームリソースを返します。これは、標準のストリーム関数 stream_select()stream_set_blocking()fclose() などで利用することができます。 inotify_read() は、C の流儀での inotify イベントの読み込みを置き換えるものです。



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

インストール/設定> <Inotify
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites