Get the file owner : File Property : File Directory PHP Source Code


PHP Source Code » File Directory » File Property »

 

Get the file owner




<?php
   $uid = fileowner("/etc/passwd");
   // Returns "0" on Linux, as root typically has UID of 0.
   
   echo $uid;
?>

           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo File Directory
» File Property