PHP 8.5.0 Beta 2 available for testing

Voting

: max(three, nine)?
(Example: nine)

The Note You're Voting On

Charles Belov
19 years ago
Update the access time without updating the modified time:

Unix command: touch -a filename

PHP: touch(filename, date('U', filemtime(filename)), time())

<< Back to user notes page

To Top