PHP » GoLang |
login |
register |
about
|
GoLang inotify_add_watch
request it (378)
GoLang replacement for PHP's inotify_add_watch
[edit | history]
inotify_add_watch(PECL inotify >= 0.1.2) inotify_add_watch — Add a watch to an initialized inotify instance Description
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 Parameters
Return ValuesThe return value is a unique (inotify instance wide) watch descriptor. |
more
Recently updated
more
Most requested
more
Last requests
|