Fonction PHP Inotify rm_watch ()

La fonction inotify_rm_watch () peut supprimer une montre existante d'une instance inotify.

Syntaxe

bool inotify_rm_watch( resource $inotify_instance , int $watch_descriptor )

La fonction inotify_rm_watch () peut supprimer le watch watch_descriptor d'une instance inotify inotify_instance.

La fonction inotify_rm_watch () peut retourner true en cas de succès, ou false en cas d'échec.