Having Problem to check the attributes of a file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
umer
Forum Newbie
Posts: 1
Joined: Mon Apr 14, 2008 5:37 am

Having Problem to check the attributes of a file

Post by umer »

Having Problem to check the properties or attribute like last modify time and last created time of a php or xml file online or locally?
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: Having Problem to check the attributes of a file

Post by onion2k »

Try stat().
Post Reply