Показать выпадающий список

fileowner()

« filemtime | filter_has_var »
<?php
$int 
fileowner (
    
  // string $filename
);

// shows the user information
if ($int !== false and function_exists("posix_getpwuid")) {
    
$array posix_getpwuid($int);
}
?>
Результат
$int = false
Предупреждение PHP : fileowner(): stat failed for /path/to/foo.txt
Примеры
#1 fileowner  ("/home/micmap/cgi-bin/php-by-example/functions/f/fileowner.php")
#2 fileowner  ("/path/to/foo.txt")
См. также
filegroup, function_exists, getmyuid, posix_getpwuid