Documentation

JSArray
in package
implements Stringable, ArrayAccess, Iterator

FinalYes
Tags
template

T of mixed

implements

ArrayAccess<int<0, 4294967296>, T>

implements

Iterator<int<0, 4294967296>, T>

Table of Contents

Interfaces

Stringable
ArrayAccess
Iterator

Properties

$length  : int

Methods

__construct()  : mixed
__toString()  : string
current()  : mixed
key()  : mixed
next()  : void
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void
rewind()  : void
valid()  : bool

Properties

$length

public int $length

Gets or sets the length of the array. This is a number one higher than the highest index in the array.

Methods

__construct()

public __construct(TValue ...$items) : mixed
Parameters
$items : TValue

__toString()

public __toString() : string
Return values
string

offsetExists()

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

offsetGet()

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

offsetSet()

public offsetSet(int<0, 4294967296> $offset, T $value) : void
Parameters
$offset : int<0, 4294967296>
$value : T

offsetUnset()

public offsetUnset(mixed $offset) : void
Parameters
$offset : mixed

valid()

public valid() : bool
Return values
bool

        
On this page

Search results