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
Flow
Helper
RangeIterator
PHP Class Flow\Helper\RangeIterator
Inheritance:
implements
Iterator
Datei anzeigen
Open project: nramenta/flow
Protected Properties
Property
Type
Description
$current
$lower
$step
$upper
Public Methods
Method
Description
__construct
(
$lower
,
$upper
,
$step
= 1 )
current
( )
includes
(
$n
)
key
( )
length
( )
next
( )
random
(
$seed
= null )
rewind
( )
valid
( )
Method Details
__construct()
public
method
public
__construct
(
$lower
,
$upper
,
$step
= 1 )
current()
public
method
public
current
( )
includes()
public
method
public
includes
(
$n
)
key()
public
method
public
key
( )
length()
public
method
public
length
( )
next()
public
method
public
next
( )
random()
public
method
public
random
(
$seed
= null )
rewind()
public
method
public
rewind
( )
valid()
public
method
public
valid
( )
Property Details
$current
protected_oe property
protected
$current
$lower
protected_oe property
protected
$lower
$step
protected_oe property
protected
$step
$upper
protected_oe property
protected
$upper