(PECL inotify >= 0.1.2)
inotify_add_watch — 向已初始化的 inotify 实例添加监视
$inotify_instance
$pathname
$mask
inotify_add_watch() 为 pathname 中指定的
pathname
对已监视对象使用 inotify_add_watch() 将替换现有的监视。使用
inotify_instance
由 inotify_init()
要监视的文件或目录
mask
要监视的事件。请参阅 预定义常量。
返回值是唯一的(inotify 实例范围内的)监视描述符,或在失败时返回
有关示例,请参阅 inotify_ini:https://php.net/inotify-init
inotify_add_watch当您监视一个不存在的目录时,将返回 false。