> Oh I understand now. There is a different between > fileatime(), filectime() > and filemtime(), with a letter 'a', 'c' or 'm'... The one > with the m is > what work with Unix/Linux..
Um, they all "work with Unix/Linux" -- they just mean different things. Atime is the time a file was last accessed. Mtime is the time the contents of a file were last modified. Ctime is the time the metadata about a file -- length, owner, permissions, times -- were last updated. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php