Longhorn PHP 2025 - Speakers and Schedule Announced!

Voting

: min(two, seven)?
(Example: nine)

The Note You're Voting On

michael at smith-li dot com
11 years ago
A file's ctime is it's inode change time. The inode changes when file metadata changes (for example when file permissions change). The inode also changes whenever the file's contents change, but since the inode changes for other reasons, it's more accurate to use mtime to get the age of the contents of a file. See SPLFileInfo::getMTime

Also, please note ctime is not creation time. (Most UNIX-like filesystems do not record a file's creation time.)

<< Back to user notes page

To Top