PHP - Inotify queue_len() 函式



如果存在待處理事件,inotify_queue_len() 函式可以返回大於零的數字。

語法

int inotify_queue_len( resource $inotify_instance )

inotify_queue_len() 函式可以讓我們知道 inotify_read() 是否會阻塞。如果返回大於零的數字,則存在待處理事件,inotify_read() 不會阻塞。

php_function_reference.htm
廣告