update : 2015.11.03
php.shukuma.com검색:
|
ArrayObject::getFlags(PHP 5 >= 5.1.0) ArrayObject::getFlags — Gets the behavior flags. 설명
public int ArrayObject::getFlags
( void
)
Gets the behavior flags of the ArrayObject. See the ArrayObject::setFlags method for a list of the available flags. 인수이 함수는 인수가 없습니다. 반환값Returns the behavior flags of the ArrayObject. 예제
Example #1 ArrayObject::getFlags() example
<?php 위 예제의 출력: int(0) int(2) |