inotify_queue_len

(PECL inotify >= 0.1.2)

inotify_queue_lenReturn a number upper than zero if there are pending events

说明

inotify_queue_len ( resource $inotify_instance ) : int

This function allows to know if inotify_read() will block or not. If a number upper than zero is returned, there are pending events and inotify_read() will not block.

参数

inotify_instance

inotify_init()返回的资源

返回值

Returns a number upper than zero if there are pending events.

参见

  • inotify_init() - Initialize an inotify instance
  • stream_select() - Runs the equivalent of the select() system call on the given arrays of streams with a timeout specified by tv_sec and tv_usec
  • stream_set_blocking() - 为资源流设置阻塞或者阻塞模式

相关文章
php ev return the number of times the default event loop has polled for new eventsphp cubrid mysql 兼容性函数 return the number of rows affected by the last sql statementphp cubrid mysql 兼容性函数 ping a server connection or reconnect if there is no connectionphp eio 函数 can be to be called whenever there are pending requests that need finishingphp enchant 函数 will return a list of values if any of those pre conditions are not metphp fam 函数 check for pending fam eventsphp gmp 函数 check if number is probably prime php firebird/interbase 函数 return the number of rows that were affected by the previous queryphp firebird/interbase 函数 return the number of parameters in a prepared queryphp iis 函数 return the instance number associated with the commentphp iis 函数 return the instance number associated with the pathphp inotify 函数 return a number upper than zero if there are pending eventsphp inotify 函数 read events from an inotify instancephp ldap 函数 return the ldap error number of the last ldap commandphp maxdb 函数 check if there any more query results from a multi queryphp mysqlnd qc 函数 returns information on the current handler the number of cache entries and cache entries if availablephp svn 函数 return true if content is different false otherwisephp svn 函数 deletes a file or a directory return true if all is ok false otherwisephp svn 函数 return true if the path points to a directory false otherwisephp svn 函数 return true if the path points to a file false otherwise
关注编程学问公众号