php-doc-en/reference/array/functions
Christoph Michael Becker 282140eb7d Note that the order of returned keys is deterministic
Patch contributed by Larry Garfield <larry@garfieldtech.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350939 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-19 07:35:23 +00:00
..
array-change-key-case.xml
array-chunk.xml
array-column.xml Clarify array_column()'s $index_key casting behaviour 2018-11-18 00:46:41 +00:00
array-combine.xml Remove more changelog entries, mostly from PHP 5.4 era 2020-09-26 14:15:17 +00:00
array-count-values.xml
array-diff-assoc.xml
array-diff-key.xml
array-diff-uassoc.xml
array-diff-ukey.xml
array-diff.xml Convert a note into a more robust example showing how type juggling works. 2020-09-02 16:23:44 +00:00
array-fill-keys.xml
array-fill.xml
array-filter.xml Note that the result array is non-sequential. 2020-09-02 16:28:21 +00:00
array-flip.xml
array-intersect-assoc.xml
array-intersect-key.xml
array-intersect-uassoc.xml
array-intersect-ukey.xml
array-intersect.xml
array-key-exists.xml
array-key-first.xml End the notes war 2019-05-08 10:07:23 +00:00
array-key-last.xml Document array_key_first() and array_key_last() 2018-07-17 11:41:17 +00:00
array-keys.xml Clarify function signature 2018-11-27 11:38:18 +00:00
array-map.xml Get rid of "callback" types 2020-10-06 09:11:05 +00:00
array-merge-recursive.xml Change signature to respect new PHP 7.4 changelog. Added that these functions return an empty array if called without any arguments. 2019-05-29 11:45:11 +00:00
array-merge.xml Change signature to respect new PHP 7.4 changelog. Added that these functions return an empty array if called without any arguments. 2019-05-29 11:45:11 +00:00
array-multisort.xml Remove more changelog entries, mostly from PHP 5.3 era 2020-09-26 14:08:59 +00:00
array-pad.xml
array-pop.xml Be more precise 2018-08-02 22:15:32 +00:00
array-product.xml Remove more changelog entries, mostly from PHP 5.3 era 2020-09-26 14:08:59 +00:00
array-push.xml Insert comma for clarity 2018-05-08 12:05:17 +00:00
array-rand.xml Note that the order of returned keys is deterministic 2020-10-19 07:35:23 +00:00
array-reduce.xml Remove more changelog entries, mostly from PHP 5.3 era 2020-09-26 14:08:59 +00:00
array-replace-recursive.xml array_replace[_recursive] only requires one argument, like array_merge[_recursive]. See https://github.com/php/php-src/pull/3194 2018-07-21 11:52:11 +00:00
array-replace.xml array_replace[_recursive] only requires one argument, like array_merge[_recursive]. See https://github.com/php/php-src/pull/3194 2018-07-21 11:52:11 +00:00
array-reverse.xml
array-search.xml Remove more changelog entries, mostly from PHP 5.3 era 2020-09-26 14:08:59 +00:00
array-shift.xml Typos 2019-07-13 15:05:31 +00:00
array-slice.xml Removed some of the PHP5 changelogs 2020-09-26 12:32:19 +00:00
array-splice.xml Fix example output 2019-07-12 12:54:17 +00:00
array-sum.xml
array-udiff-assoc.xml
array-udiff-uassoc.xml
array-udiff.xml
array-uintersect-assoc.xml
array-uintersect-uassoc.xml
array-uintersect.xml
array-unique.xml Remove more changelog entries, mostly from PHP 5.2 era 2020-09-26 13:52:31 +00:00
array-unshift.xml
array-values.xml
array-walk-recursive.xml Get rid of "callback" types 2020-10-06 09:11:05 +00:00
array-walk.xml Get rid of "callback" types 2020-10-06 09:11:05 +00:00
array.xml
arsort.xml
asort.xml
compact.xml Fix example wrt. recent PHP versions 2019-06-30 09:39:45 +00:00
count.xml Add a link to is_countable function in "see also" list of count function 2018-12-20 17:48:39 +00:00
current.xml Fix #79054: Wrong indistinguishable point about current() function 2020-08-13 12:20:56 +00:00
each.xml
end.xml Document array_key_first() and array_key_last() 2018-07-17 11:41:17 +00:00
extract.xml
in-array.xml Fix Doc Bug #66546 2019-04-01 19:16:35 +00:00
key-exists.xml
key.xml
krsort.xml
ksort.xml
list.xml list(): add changelog entry for reference assignments 2020-06-18 08:05:54 +00:00
natcasesort.xml
natsort.xml Remove more changelog entries, mostly from PHP 5.2 era 2020-09-26 13:52:31 +00:00
next.xml
pos.xml
prev.xml
range.xml
reset.xml Document array_key_first() and array_key_last() 2018-07-17 11:41:17 +00:00
rsort.xml
shuffle.xml Fix #76516: shuffle() has a note about undefined sorted order 2018-06-22 10:18:33 +00:00
sizeof.xml
sort.xml Removed some of the PHP5 changelogs 2020-09-26 12:32:19 +00:00
uasort.xml
uksort.xml
usort.xml