SplFileInfo::getOwner

(PHP 5 >= 5.1.2)

SplFileInfo::getOwnerGets the owner of the file

Описание

public int SplFileInfo::getOwner ( void )

Gets the file owner. The owner ID is returned in numerical format.

Список параметров

У этой функции нет параметров.

Возвращаемые значения

The owner id in numerical format.

Ошибки

Throws RuntimeException on error.

Примеры

Пример #1 SplFileInfo::getOwner() example

<?php
$info 
= new SplFileInfo('file.txt');
print_r(posix_getpwuid($info->getOwner()));
?>

Смотрите также


Участник рейтинга Тэглайн 2010