Re: Get a file's version in PHP



Marius III wrote:
> Hi there,
>
> 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.


JW



.



Relevant Pages