scalikephp

ArraySupport

ScalikeTraversable implementation using an array.

Table of Contents

count()  : int
getIterator()  : Traversable
isEmpty()  : bool
offsetExists()  : bool
PHP magic method: offsetExists.
offsetGet()  : mixed
PHP magic method: offsetGet.
size()  : int

Methods

getIterator()

public getIterator() : Traversable
Return values
Traversable

isEmpty()

public isEmpty() : bool
Return values
bool

offsetExists()

PHP magic method: offsetExists.

public offsetExists( $offset) : bool
Parameters
$offset :
Return values
bool

offsetGet()

PHP magic method: offsetGet.

public offsetGet( $offset) : mixed
Parameters
$offset :
Return values
mixed

Search results