JSArray
in package
implements
Stringable, ArrayAccess, Iterator
FinalYes
Tags
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
stringcurrent()
public
current() : mixed
key()
public
key() : mixed
next()
public
next() : void
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
booloffsetGet()
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
rewind()
public
rewind() : void
valid()
public
valid() : bool