Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Functional
Sequences
ExponentialSequence
PHP Class Functional\Sequences\ExponentialSequence
Inheritance:
implements
Iterato\Iterator
Datei anzeigen
Open project: lstrojny/functional-php
Public Methods
Method
Description
__construct
(
$start
,
$percentage
)
current
( )
key
( )
next
( )
rewind
( )
valid
( )
Method Details
__construct()
public
method
public
__construct
(
$start
,
$percentage
)
current()
public
method
public
current
( )
key()
public
method
public
key
( )
next()
public
method
public
next
( )
rewind()
public
method
public
rewind
( )
valid()
public
method
public
valid
( )