update : 2015.11.03
php.shukuma.com검색:
|
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. 예제
Example #1 SplFileInfo::getOwner() example
<?php 참고
|