file info
Posted: Tue Aug 26, 2003 1:29 pm
Hi there:
How do i get the last modified date and the owner of a selected file..?
Thanks
mallu
How do i get the last modified date and the owner of a selected file..?
Thanks
mallu
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$startscript = $froot.$fdir.$ffile;
$fileowneruid=fileowner($startscript);
$fileownerarray=posix_getpwuid($fileownerid);
$fileowner=$fileownerarrayї'name'];