UPDATES VIA   RSS  |  Email Get updates via feedburner Get updates via twitter
Home

Archive for September, 2009

PHP: How to get creation time of file with PHP on Linux machines

Posted on 01. Sep, 2009 by .

1

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 [...]

Continue Reading