Новости | Документация | Download | Webboard | FAQ | Поиск | Контакты


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.

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

This function has no parameters.

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

The owner id in numerical format.

Errors/Exceptions

Throws RuntimeException on error.

Примеры

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

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

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






  Copyright Apache.ru © 1999-2017, All Rights Reserved Разработка сайта: Inside.ru  
  РЕКЛАМА НА САЙТЕ: |