php-doc-en/reference/array/functions
2022-05-26 13:16:41 -04:00
..
array-change-key-case.xml fix return type of array_change_key_case error 2021-01-08 00:52:58 +01:00
array-chunk.xml Fix GH-1586: Changed error behavior in array_chunk in php 8 2022-05-18 14:55:27 +02:00
array-column.xml Remove PHP 5, 7 references (#563) 2021-05-16 22:07:40 +03:00
array-combine.xml Update array_combine return values section (#1513) 2022-04-12 13:24:42 +03:00
array-count-values.xml Use canonical type names 2020-11-02 15:39:04 +00:00
array-diff-assoc.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
array-diff-key.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
array-diff-uassoc.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
array-diff-ukey.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
array-diff.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
array-fill-keys.xml
array-fill.xml Removed Changelog entries for PHP 5, PHP 7.0 (#543) 2021-04-22 17:52:58 +03:00
array-filter.xml Fix #80699: array_map no longer passes by reference 2021-12-31 19:21:39 +01:00
array-flip.xml Fix GH-1178: array_flip allegedly can return null 2021-12-08 11:29:58 +01:00
array-intersect-assoc.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
array-intersect-key.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
array-intersect-uassoc.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
array-intersect-ukey.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
array-intersect.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
array-is-list.xml [PHP 8.1] Add array_is_list description (#986) 2021-10-02 19:52:56 +03:00
array-key-exists.xml Fix #75787: Array iterator functions misleading 2021-02-12 13:16:42 +01:00
array-key-first.xml Generate array methodsynopses based on stubs 2020-12-04 00:35:15 +00:00
array-key-last.xml Generate array methodsynopses based on stubs 2020-12-04 00:35:15 +00:00
array-keys.xml disambiguate semantics of search_value 2022-02-25 12:52:44 +01:00
array-map.xml array_map() maps values, not indexes 2022-03-02 13:22:41 +01:00
array-merge-recursive.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
array-merge.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
array-multisort.xml Documentation of index reset effect of some array functions - issue #876 (#1077) 2021-11-09 13:01:19 +01:00
array-pad.xml Generate array methodsynopses based on stubs 2020-12-04 00:35:15 +00:00
array-pop.xml
array-product.xml Replace "number" type with built-in types 2020-11-02 09:17:09 +00:00
array-push.xml Fix #77323: Since 7.1 $var[] = 'entry'; throws Fatal. This is unclear in the docs. 2021-01-25 13:36:54 +01:00
array-rand.xml Generate array methodsynopses based on stubs 2020-12-04 00:35:15 +00:00
array-reduce.xml Fix #80699: array_map no longer passes by reference 2021-12-31 19:21:39 +01:00
array-replace-recursive.xml Generate array methodsynopses based on stubs 2020-12-04 00:35:15 +00:00
array-replace.xml Generate array methodsynopses based on stubs 2020-12-04 00:35:15 +00:00
array-reverse.xml
array-search.xml Generate array methodsynopses based on stubs 2020-12-04 00:35:15 +00:00
array-shift.xml
array-slice.xml Generate array methodsynopses based on stubs 2020-12-04 00:35:15 +00:00
array-splice.xml Generate array methodsynopses based on stubs 2020-12-04 00:35:15 +00:00
array-sum.xml Replace "number" type with built-in types 2020-11-02 09:17:09 +00:00
array-udiff-assoc.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
array-udiff-uassoc.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
array-udiff.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
array-uintersect-assoc.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
array-uintersect-uassoc.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
array-uintersect.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
array-unique.xml Fix lone section order issues in various extensions 2021-06-06 18:03:03 +01:00
array-unshift.xml Documentation of index reset effect of some array functions - issue #876 (#1077) 2021-11-09 13:01:19 +01:00
array-values.xml
array-walk-recursive.xml Fix parameter names for array functions (#616) 2021-07-07 21:53:13 +01:00
array-walk.xml Fix inconsistent section orders 2022-03-13 22:37:42 +00:00
array.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
arsort.xml Documentation of index reset effect of some array functions - issue #876 (#1077) 2021-11-09 13:01:19 +01:00
asort.xml Documentation of index reset effect of some array functions - issue #876 (#1077) 2021-11-09 13:01:19 +01:00
compact.xml Generate array methodsynopses based on stubs 2020-12-04 00:35:15 +00:00
count.xml Rewrite count() page (#948) 2021-10-11 13:31:31 +01:00
current.xml [PHP 8.1] Changelog entry for standard functions (#1123) 2021-12-02 15:26:58 +03:00
each.xml Fix #75787: Array iterator functions misleading 2021-02-12 13:16:42 +01:00
end.xml [PHP 8.1] Changelog entry for standard functions (#1123) 2021-12-02 15:26:58 +03:00
extract.xml Remove some mentions of register globals 2021-01-16 11:30:04 +00:00
in-array.xml
key-exists.xml
key.xml [PHP 8.1] Changelog entry for standard functions (#1123) 2021-12-02 15:26:58 +03:00
krsort.xml Documentation of index reset effect of some array functions - issue #876 (#1077) 2021-11-09 13:01:19 +01:00
ksort.xml Documentation of index reset effect of some array functions - issue #876 (#1077) 2021-11-09 13:01:19 +01:00
list.xml Remove XSS and broken example from list() page (#797) 2021-08-05 21:06:40 +01:00
natcasesort.xml Documentation of index reset effect of some array functions - issue #876 (#1077) 2021-11-09 13:01:19 +01:00
natsort.xml Documentation of index reset effect of some array functions - issue #876 (#1077) 2021-11-09 13:01:19 +01:00
next.xml [PHP 8.1] Changelog entry for standard functions (#1123) 2021-12-02 15:26:58 +03:00
pos.xml
prev.xml [PHP 8.1] Changelog entry for standard functions (#1123) 2021-12-02 15:26:58 +03:00
range.xml Improve description of step argument to range() 2022-02-20 17:17:21 +00:00
reset.xml [PHP 8.1] Changelog entry for standard functions (#1123) 2021-12-02 15:26:58 +03:00
rsort.xml Documentation of index reset effect of some array functions - issue #876 (#1077) 2021-11-09 13:01:19 +01:00
shuffle.xml Documentation of index reset effect of some array functions - issue #876 (#1077) 2021-11-09 13:01:19 +01:00
sizeof.xml
sort.xml Documentation of index reset effect of some array functions - issue #876 (#1077) 2021-11-09 13:01:19 +01:00
uasort.xml Fix #80699: array_map no longer passes by reference 2021-12-31 19:21:39 +01:00
uksort.xml Fix #80699: array_map no longer passes by reference 2021-12-31 19:21:39 +01:00
usort.xml Replace each() with foreach in usort and simplexmlelement/xpath 2022-05-26 13:16:41 -04:00