fileowner
Get the file owner
fileowner()
function returns the owner of the file.
If successful, return all user IDs of the file. If it fails, return false. User ID is returned in numeric format.
<?php echo fileowner ( "test.txt" ) ; ?>
fileowner ( filename )
parameter | describe |
---|---|
filename | Required. Specify documents to be inspected. |