fileowner.php : fileowner « File Directory « PHP






fileowner.php

 
<?php
   $uid = fileowner("/etc/passwd"); 
?>
  
  

Related examples in the same category

1.To read the owner of a file, use the fileowner( ) function