Posted by Gordon Burditt on 10/30/05 20:11
>> I want to get the file version of a file in PHP.
>>
>> Do somebody have the code for this?
>>
>> Thanks alot!
>>
>
>What do you mean? If you mean the file creation date/last modified date, you
>can use the filectime/filemtime functions.
filectime does not return a "file creation date". Many operating
systems do not even maintain a file creation date. On the UNIX
variants that do keep a file creation date (only on UFS2 filesystems),
that isn't what filectime returns.
Gordon L. Burditt
Navigation:
[Reply to this message]
|