php8.5
Home/ Manual/ ev / evstat/ EvStat::stat

EvStat::stat

PHP function Edit on GitHub ✎

(PECL ev >= 0.2.0)

Initiates the stat call

Description

EvStat::stat(): bool

Initiates the stat call(updates internal cache). It stats(using lstat) the path specified in the watcher and sets to the values found.

Parameters Parameters

Return Values

Returns true if path exists. Otherwise false.

See Also

  • EvStat::attr
  • EvStat::prev

Source: reference/ev/evstat/stat.xml · from the official PHP manual (php/doc-en)