Voting

: max(four, five)?
(Example: nine)

The Note You're Voting On

Ant P.
15 years ago
If you use register_shutdown_function() on certain SAPIs, various filesystem-related things inside the shutdown function might do unexpected things, one of which being this function can return false.

On the other hand getlastmod() apparently caches the return value, so if you use it at least once in normal code it should work for the remainder of the request.

<< Back to user notes page

To Top