php-doc-en/reference/spl/arrayiterator
2020-06-10 09:49:43 +00:00
..
append.xml
asort.xml
construct.xml
count.xml
current.xml
getarraycopy.xml
getflags.xml Fix #78044: Wrong return type in ArrayIterator::getFlags() description 2019-05-21 08:46:05 +00:00
key.xml
ksort.xml
natcasesort.xml
natsort.xml
next.xml
offsetexists.xml The php impl. is different from the docs, see https://github.com/php/php-src/blob/master/ext/spl/spl_array.c#L717-L772 2018-09-14 11:01:23 +00:00
offsetget.xml The php impl. is different from the docs, see https://github.com/php/php-src/blob/master/ext/spl/spl_array.c#L717-L772 2018-09-14 11:01:23 +00:00
offsetset.xml The php impl. is different from the docs, see https://github.com/php/php-src/blob/master/ext/spl/spl_array.c#L717-L772 2018-09-14 11:01:23 +00:00
offsetunset.xml Add note on behavior of ArrayIterator::offsetUnset when used on current iteration index 2020-06-10 09:49:43 +00:00
rewind.xml
seek.xml
serialize.xml
setflags.xml Fix #68106: Typo in ArrayIterator::setFlags 2018-08-18 12:03:39 +00:00
uasort.xml
uksort.xml
unserialize.xml Fix #78462: Wrong return type for ArrayIterator::unserialize 2019-09-01 09:16:26 +00:00
valid.xml