How do I get the information of a file such as Date, Size, etc. just like if you did a ls -la in Linux?
File Info
Started by falco85, Dec 05 2006 09:17 AM
3 replies to this topic
#1
Posted 05 December 2006 - 09:17 AM
|
|
|
#2
Posted 05 December 2006 - 08:10 PM
Each one has its own command. Some are obvious:
file size: filesize($filename)
file modified: filemdate($filename)
file exists: file_exists($filename)
ect, ect....
file size: filesize($filename)
file modified: filemdate($filename)
file exists: file_exists($filename)
ect, ect....
#3
Posted 07 December 2006 - 06:54 PM
Yup, plan and simple. I always go to php.net and search for what I need. For instance, search for file size or file modified.
#4
Posted 21 December 2006 - 09:14 AM
You can either find information on one, using a third party script, or you can use something simple, like create one, they wouldn't take long to make something substantial


Sign In
Create Account


Back to top









