ArrayIterator<K, V>

package php

implements Serializable, Countable, SeekableIterator<K, V>, ArrayAccess<K, V>

Available on php

See also:

Static variables

staticfinalread onlyARRAY_AS_PROPS:Int

staticfinalread onlySTD_PROP_LIST:Int

Constructor

new(?array:NativeArray, ?flags:Int)

Methods

append(value:V):Void

asort():Void

count():Int

current():V

getArrayCopy():NativeArray

getFlags():Int

key():K

ksort():Void

natcasesort():Void

natsort():Void

next():Void

offsetExists(offset:K):Bool

offsetGet(offset:K):V

offsetSet(offset:K, value:V):Void

offsetUnset(offset:K):Void

rewind():Void

seek(position:Int):Void

serialize():String

setFlags(flags:Int):Void

uasort(cmp_function:(a:V, b:V) ‑> Int):Void

uksort(cmp_function:(a:K, b:K) ‑> Int):Void

unserialize(serialized:String):Void

valid():Bool

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/php/ArrayIterator.html