Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18054 программиста и 1693 робота. Сейчас ищут 770 программистов ...
fam_monitor_directory - Monitor a directory for changes
Вернуться к: FAM Функции
fam_monitor_directory
(PHP 5 <= 5.0.5)
fam_monitor_directory — Monitor a directory for changes
Описание
resource fam_monitor_directory
( resource
$fam
, string $dirname
)Requests monitoring for a directory and all contained files.
A FAM event will be generated whenever the status of the directory (i.e. the result of function stat() on that directory) or its content (i.e. the results of readdir()) changes.
The possible event codes are described in detail in the constants part of this section.
Список параметров
-
fam
-
A resource representing a connection to the FAM service returned by fam_open()
-
dirname
-
Path to the monitored directory
Возвращаемые значения
Returns a monitoring resource or FALSE
on errors.
Смотрите также
- fam_monitor_file() - Monitor a regular file for changes
- fam_monitor_collection() - Monitor a collection of files in a directory for changes
- fam_cancel_monitor() - Terminate monitoring
- fam_suspend_monitor() - Temporarily suspend monitoring
- fam_resume_monitor() - Resume suspended monitoring
Вернуться к: FAM Функции