update : 2015.11.03
php.shukuma.com검색:
|
inotify_add_watch(PECL inotify >= 0.1.2) inotify_add_watch — Add a watch to an initialized inotify instance 설명
int inotify_add_watch
( resource
$inotify_instance
, string $pathname
, int $mask
)
inotify_add_watch() adds a new watch or modify an
existing watch for the file or directory specified in
Using inotify_add_watch() on a watched object replaces
the existing watch. Using the 인수
반환값The return value is a unique (inotify instance wide) watch descriptor. |