From: "frank" <[EMAIL PROTECTED]>

> Hello there, I have been trying to mke a simple script to basically out 
> the last date the dir was modified. Like when you do ls -l next to the 
> folder you can see the date of last modfied.

http://us2.php.net/filemtime

says

$getLastModDir = filemtime("/path/to/directory/.");

in user comments.

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to