downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Funciones de FAM> <Tipos de recursos
[edit] Last updated: Fri, 07 Jun 2013

view this page in

Constantes predefinidas

Estas constantes están definidas por esta extensión y estarán disponibles sólo cuando la extensión haya sido compilada con PHP, o bien sea cargada dinámicamente en ejecución.

Constantes de eventos FAM
Constante Descripción
FAMChanged (integer) Algún valor que ha sido modificado en un archivo o directorio. Es accesible con fstat(1).
FAMDeleted (integer) Un fichero o directorio ha sido borrado o renombrado.
FAMStartExecuting (integer) Un fichero ejecutable se ha puesto en marcha.
FAMStopExecuting (integer) Un fichero ejecutable se ha detenido.
FAMCreated (integer) Un archivo fue creado en un directorio.
FAMMoved (integer) Este evento nunca sucede.
FAMAcknowledge (integer) Un evento en respuesta a fam_cancel_monitor().
FAMExists (integer) Un evento que se produce tras monitorizar un archivo o directorio. Cuando un directorio es monitorizado, se controlan todos los contenidos de dicho directorio.
FAMEndExist (integer) Evento después del último evento FAMEExists.


add a note add a note User Contributed Notes Constantes predefinidas - [1 notes]
up
0
f dot knodt at yotaweb dot de
4 years ago
Corresponding integer values:

FAMChanged          1
FAMDeleted          2
FAMStartExecuting   3
FAMStopExecuting    4
FAMCreated          5
FAMMoved            6
FAMAcknowledge      7
FAMExists           8
FAMEndExist         9

 
show source | credits | sitemap | contact | advertising | mirror sites