编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « Inotify
  • 安装/配置 »
  • PHP Manual
  • Inotify
  • 简介

简介

Inotify 扩展提供了一系列 inotify 函数: inotify_init()、 inotify_add_watch() 、 inotify_rm_watch()。

类似 C 语言里的 inotify_init() 函数会返回文件描述符,PHP 的 inotify_init()则返回 stream 资源。可以被标准的 Steam 函数使用,例如 stream_select()、 stream_set_blocking() 以及 fclose()。 inotify_read() 函数取代里 C 语言里读取 inotify 事件的那种方式。

相关文章
php 文件系统相关扩展 inotifyphp parallel the parallel events classphp phar the phar classphp quickhash the quickhashintstringhash classphp inotify 函数 add a watch to an initialized inotify instancephp inotify 函数 initialize an inotify instancephp inotify 函数 return a number upper than zero if there are pending eventsphp inotify 函数 read events from an inotify instancephp inotify 函数 remove an existing watch from an inotify instancephp ncurses 函数 draw a vertical line at current position using an attributed character and max. n characters longphp ncurses 函数 end standout mode for a windowphp newt 函数 说明php inotify 预定义常量php inotify 安装/配置php inotify 简介php xml 解析器 简介php 迭代器 返回当前元素php inotify inotify 函数php swfbutton adds an actionphp swfdisplayitem 说明
关注编程学问公众号
编程学问网 湘ICP备20001732号