update : 2015.11.03
php.shukuma.com검색:
|
SplFileInfo::getPerms(PHP 5 >= 5.1.2) SplFileInfo::getPerms — Gets file permissions 설명
public int SplFileInfo::getPerms
( void
)
Gets the file permissions for the file. 인수이 함수는 인수가 없습니다. 반환값Returns the file permissions. 예제
Example #1 SplFileInfo::getPerms() example
<?php 위 예제의 출력 예시: 1777 0644 |