Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Ouzo
Utilities
Iterator
GeneratingIterator
PHP 클래스 Ouzo\Utilities\Iterator\GeneratingIterator
상속:
implements
Iterato\Iterator
파일 보기
프로젝트 열기: letsdrink/ouzo
공개 메소드들
메소드
설명
__construct
(
$function
)
current
( )
key
( )
next
( )
rewind
( )
valid
( )
비공개 메소드들
메소드
설명
generate
( )
메소드 상세
__construct()
공개
메소드
public
__construct
(
$function
)
current()
공개
메소드
public
current
( )
key()
공개
메소드
public
key
( )
next()
공개
메소드
public
next
( )
rewind()
공개
메소드
public
rewind
( )
valid()
공개
메소드
public
valid
( )