编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « 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 eventhttprequest returns associative array of the input headersphp eventlistener the setcallback purposephp evio configures the watcherphp 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 网络 函数 别名 stream set timeoutphp sodium 函数 verify that the ciphertext includes a valid tagphp sodium 函数 encrypt a messagephp inotify 预定义常量php inotify 安装/配置php inotify 简介php mysql xdevapi schema get all schema collectionsphp mysql xdevapi session get server versionphp inotify inotify 函数php yaf application 获取当前的yaf application实例php yaf application yaf application 不能被序列化
关注编程学问公众号
编程学问网 湘ICP备20001732号