中文(繁體)
fileowner()函數返回文件的所有者。
fileowner()
若成功,則返回文件所有的用戶ID。若失敗,則返回false。用戶ID 以數字格式返回。
<?php echo fileowner ( "test.txt" ) ; ?>
fileowner ( filename )