SplFileInfo::getOwner

(PHP 5 >= 5.1.2, PHP 7)

SplFileInfo::getOwnerGets the owner of the file

说锟斤拷

public SplFileInfo::getOwner ( void ) : int

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

锟斤拷锟斤拷

锟剿猴拷锟斤拷没锟叫诧拷锟斤拷锟斤拷

锟斤拷锟斤拷值

The owner id in numerical format.

锟斤拷锟斤拷锟届常

Throws RuntimeException on error.

锟斤拷锟斤拷

Example #1 SplFileInfo::getOwner() example

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

锟轿硷拷