编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « 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 图像生成和处理 gmagickphp 图像生成和处理 图像处理 imagemagick php 文件系统相关扩展 inotifyphp 压缩与归档扩展 lzfphp 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 文件系统函数 判断给定文件名是否是一个目录php 文件系统函数 判断给定文件名是否可读php imagickdraw draws an elliptical arcphp imagickdraw terminates a definition listphp imagickdraw sets the fill color to be used for drawing filled objectsphp inotify 预定义常量php inotify 安装/配置php inotify 简介php inotify inotify 函数php soapclient soapclient constructorphp soapfault obtain a string representation of a soapfault
关注编程学问公众号
编程学问网 湘ICP备20001732号