PHP 8.5.0 Alpha 4 available for testing

Voting

: min(five, six)?
(Example: nine)

The Note You're Voting On

crownedgrouse
16 years ago
Be carefull using IN_MODIFY :

Lot of UNIX editor, for instance like 'vi', work in a 'xxx~' file, and changes are written in 'xxx' when saving or saving and closing.

If a watcher is done on 'xxx', no IN_MODIFY event occurs while not saved !

Prefere IN_CLOSE_WRITE in such case .

<< Back to user notes page

To Top