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 =(