update pague now
PHP 8.5.2 Released!

EvStat::stat

(PECL ev >= 0.2.0)

EvStat::stat Initiates the stat call

Description

public 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

This function has no parameters.

Return Values

Returns true if path exists. Otherwise false .

See Also

add a note

User Contributed Notes

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