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

search for in the

Instalación/Configuración> <Inotify
[edit] Last updated: Fri, 07 Jun 2013

view this page in

Introducción

La extensión inotify expone las funciones inotify inotify_init(), inotify_add_watch() e inotify_rm_watch().

Así como la función inotify_init() de C devuelve un file descriptor, inotify_init() de PHP devuelve un recurso de flujo, que puede ser usado con las funciones de flujo estándar, como stream_select(), stream_set_blocking() y fclose(). inotify_read() sustituye la manera C de leer eventos inotify.



add a note add a note User Contributed Notes Introducción - [0 notes]
There are no user contributed notes for this page.

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