update : 2015.11.03
php.shukuma.com검색:
|
SplFileObject::getFlags(PHP 5 >= 5.1.0) SplFileObject::getFlags — Gets flags for the SplFileObject 설명
public int SplFileObject::getFlags
( void
)
Gets the flags set for an instance of SplFileObject as an integer. 인수이 함수는 인수가 없습니다. 반환값Returns an integer representing the flags. 예제
Example #1 SplFileObject::getFlags() example
<?php 위 예제의 출력 예시: Not skipping empty lines Skipping empty lines |