PHP: How to get creation time of file with PHP on Linux machines
Posted on 01. Sep, 2009 by Dragos in Coding, PHP
Unfortunately it is not possible to get the creation time of a file on Linux machines. None of the functions fileatime,filemtime or filctime will return the file
creation time.
Note: Note also that in some Unix texts the ctime of a file is referred to as being the creation time of the file. This is wrong. There is no creation time for Unix files in most Unix filesystems. (from php.net)
In order to solve this issue, you could try to store in a database/file the time when a file is created for later use.
Translate this post
Related posts:
- WordPress: Easily Reset Your Account Password Using MySQL and PHP
- PHP: Script to extract one’s contacts from email (Gmail, Yahoo,Hotmail,AOL…) and send invites – OpenInviter to go!
- Coding:How to fetch user profile data with SSI.php from a SMF forum database
- WordPress: Best SEO iTranslator for WordPress, get free traffic from fully automated plugin script
-
Mertyalcin











































