PHP Conference Kansai 2025

EvStat::set

(PECL ev >= 0.2.0)

EvStat::setConfigura el watcher

Descripción

public EvStat::set( string $path , float $interval ): void

Configura el watcher.

Parámetros

path

La ruta de acceso para la cual se esperará un cambio de estado.

interval

Intervalo de detección de modificaciones; debe normalmente valer 0.0 para dejar que libev elija un buen valor.

Valores devueltos

No devuelve ningún valor.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top