编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « 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 流程控制 ifphp 安装/配置 需求php cubrid cubrid mysql 兼容性函数php 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 pdf 函数 concatenate a matrix to the ctmphp pdf 函数 delete pdflib objectphp pdf 函数 fill current pathphp inotify 预定义常量php inotify 安装/配置php inotify 简介php 从 php 5.2.x 移植到 php 5.3.x 新的流包装器php 从 php 5.3.x 迁移到 php 5.4.x 新的方法php inotify inotify 函数php thread 状态检测php threaded 执行
关注编程学问公众号
编程学问网 湘ICP备20001732号