|
SplFileInfo::getOwner(PHP 5 >= 5.1.2) SplFileInfo::getOwner — Gets 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 Смотрите также
|
|