php-doc-en/reference/array/functions
2012-02-04 21:27:41 +00:00
..
array-change-key-case.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-chunk.xml Link array_slice() and array_chunk() 2011-12-03 07:14:26 +00:00
array-combine.xml Doesn't return false for empty arrays anymore 2011-06-30 16:53:51 +00:00
array-count-values.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-diff-assoc.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-diff-key.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-diff-uassoc.xml Refactored additional array functions using the callback function snippet and prototype. 2012-02-04 21:01:14 +00:00
array-diff-ukey.xml Refactored additional array functions using the callback function snippet and prototype. 2012-02-04 21:01:14 +00:00
array-diff.xml Whitespace 2011-08-02 09:10:35 +00:00
array-fill-keys.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-fill.xml clarify parameter descriptions for array_fill() (doc #54628) 2011-04-30 11:46:19 +00:00
array-filter.xml Clarified example as per bug #53265. 2010-11-08 18:06:30 +00:00
array-flip.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-intersect-assoc.xml Fix doc bug #55343 (documentation needs to be more clear) by making the 2011-08-02 09:33:49 +00:00
array-intersect-key.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-intersect-uassoc.xml Cleaning up and refactoring the callback descriptions for functions which use a user-defined comparison function. 2012-02-03 21:07:23 +00:00
array-intersect-ukey.xml Cleaning up and refactoring the callback descriptions for functions which use a user-defined comparison function. 2012-02-03 21:07:23 +00:00
array-intersect.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-key-exists.xml Fix doc bug #52806 (key_exists (alias of array_key_exists) undocumented) by 2010-09-10 02:53:06 +00:00
array-keys.xml Fixed PHP bug #52392 (Small, but important addictions in "Return Values" and "See Also") 2010-07-22 17:59:08 +00:00
array-map.xml Move seealso to list 2011-06-12 01:09:01 +00:00
array-merge-recursive.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-merge.xml tidy array_merge() prototype (doc #54772) 2011-05-17 22:10:53 +00:00
array-multisort.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-pad.xml Added some parameter tags into the array-pad description. 2011-01-28 22:09:55 +00:00
array-pop.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-product.xml Product of empty array 2011-12-02 23:55:51 +00:00
array-push.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-rand.xml Typo fix (closes doc #53193) 2010-10-28 14:52:00 +00:00
array-reduce.xml Marked callback prototype methodnames replaceable. 2012-02-04 21:27:41 +00:00
array-replace-recursive.xml tidy prototype for array_replace_recursive() (doc #54774) 2011-05-19 12:17:49 +00:00
array-replace.xml tidy array_replace() parameters (doc #54773) 2011-05-17 22:17:16 +00:00
array-reverse.xml fixes Bug #60427: array_reverse docs are slightly misleading 2011-12-02 13:00:40 +00:00
array-search.xml added missing initializer for strict param in array_search() 2011-03-15 15:52:33 +00:00
array-shift.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-slice.xml Link array_slice() and array_chunk() 2011-12-03 07:14:26 +00:00
array-splice.xml Fixed #51453 (Mentioning NULL as special value for replacement in array_splice()) 2010-04-01 20:33:18 +00:00
array-sum.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-udiff-assoc.xml Cleaning up and refactoring the callback descriptions for functions which use a user-defined comparison function. 2012-02-03 21:07:23 +00:00
array-udiff-uassoc.xml Cleaning up and refactoring the callback descriptions for functions which use a user-defined comparison function. 2012-02-03 21:07:23 +00:00
array-udiff.xml Refactored additional array functions using the callback function snippet and prototype. 2012-02-04 21:01:14 +00:00
array-uintersect-assoc.xml Refactored additional array functions using the callback function snippet and prototype. 2012-02-04 21:01:14 +00:00
array-uintersect-uassoc.xml Refactored additional array functions using the callback function snippet and prototype. 2012-02-04 21:01:14 +00:00
array-uintersect.xml Cleaning up and refactoring the callback descriptions for functions which use a user-defined comparison function. 2012-02-03 21:07:23 +00:00
array-unique.xml See also 2011-07-25 14:38:26 +00:00
array-unshift.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-values.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-walk-recursive.xml typofix (patch by anon 11351) 2011-10-14 11:39:59 +00:00
array-walk.xml tried to clarify what popen does and added a note to array walk. 2011-02-10 12:53:33 +00:00
array.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
arsort.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
asort.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
compact.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
count.xml Clarify count() with objects 2011-06-14 14:40:03 +00:00
current.xml reverting 307359. current does take the array by reference. but it also allows a constant. oh well. 2011-04-17 09:37:40 +00:00
each.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
end.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
extract.xml - Add list() to See Also. 2011-12-02 05:51:28 +00:00
in-array.xml Fixing mistake made with last commit (#54574) 2011-04-20 14:00:06 +00:00
key.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
krsort.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
ksort.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
list.xml Fix Doc Bug #51112: list() misbehaviour 2011-12-08 21:25:44 +00:00
natcasesort.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
natsort.xml Added note about 5.2.10 '0' padding change, and added a bunch of gotcha-like examples as expressed in several user notes 2010-05-18 01:43:37 +00:00
next.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
pos.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
prev.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
range.xml clarify range() parameter purposes (doc #54696) 2011-05-24 20:14:36 +00:00
reset.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
rsort.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
shuffle.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
sizeof.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
sort.xml Remove word 'system' from 'system locale', which can confuse readers. 2011-11-28 03:48:36 +00:00
uasort.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
uksort.xml Cleaning up and refactoring the callback descriptions for functions which use a user-defined comparison function. 2012-02-03 21:07:23 +00:00
usort.xml Cleaning up and refactoring the callback descriptions for functions which use a user-defined comparison function. 2012-02-03 21:07:23 +00:00