update : 2015.11.03
php.shukuma.com검색:
|
SplObjectStorage::valid(PHP 5 >= 5.1.0) SplObjectStorage::valid — Returns if the current iterator entry is valid 설명
public bool SplObjectStorage::valid
( void
)
Returns if the current iterator entry is valid. 인수이 함수는 인수가 없습니다. 반환값
Returns 예제
Example #1 SplObjectStorage::valid() example
<?php 위 예제의 출력 예시: 0 1 참고
|