hi experts,
i am a newbie to php. i want to know how to find the timestamp value of a file. simply saying i want to get the timestamp value..i.e.. last modified timestamp value using php. please tell me if there is any specific function for that. would appreciate if you could give me a sample code snippet.
Thanks in advance...
krishna.
How to find the timestamp of a file using php
Moderator: General Moderators
Re: How to find the timestamp of a file using php
filemtime(), stat(). Look in the Filesystem section of the PHP Docs.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Re: How to find the timestamp of a file using php
thanks for the reply...i am actually looking for it...pickle wrote:filemtime(), stat(). Look in the Filesystem section of the PHP Docs.