Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Functional
Sequences
LinearSequence
PHP 클래스 Functional\Sequences\LinearSequence
상속:
implements
Iterato\Iterator
파일 보기
프로젝트 열기: lstrojny/functional-php
공개 메소드들
메소드
설명
__construct
(
$start
,
$amount
)
current
( )
key
( )
next
( )
rewind
( )
valid
( )
메소드 상세
__construct()
공개
메소드
public
__construct
(
$start
,
$amount
)
current()
공개
메소드
public
current
( )
key()
공개
메소드
public
key
( )
next()
공개
메소드
public
next
( )
rewind()
공개
메소드
public
rewind
( )
valid()
공개
메소드
public
valid
( )