php-doc-en/reference/spl/arrayiterator
Tyson Andre 9b80b513b6 Fix typos in spl documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350777 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-05 17:53:00 +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 Fix typos in spl documentation 2020-10-05 17:53:00 +00:00
seek.xml
serialize.xml
setflags.xml
uasort.xml
uksort.xml
unserialize.xml Fix #78462: Wrong return type for ArrayIterator::unserialize 2019-09-01 09:16:26 +00:00
valid.xml