|
Posted by Chuck Anderson on 10/13/05 23:14
Robizzle wrote:
>Sorry, I must be blind but I can't seem to find it anywhere.
>
>What function will return the time a file was created? I see
>filemtime(...) returns the time that file was last Modified and
>fileatime(...) returns the time that a file was last accessed but what
>about created? Tried php.net and google, nothing =(
>
From what I've read, Unix does not keep a file creation time.
In Windows filectime will return the creation time.
--
*****************************
Chuck Anderson • Boulder, CO
http://www.CycleTourist.com
Integrity is obvious.
The lack of it is common.
*****************************
Navigation:
[Reply to this message]
|