php-doc-en/reference/array/functions
Jakub Vrana e55c6e7b5b See also array_rand()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329772 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-13 17:11: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 Typo found by online editor user 2012-10-29 15:25:28 +00:00
array-diff-key.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-diff-uassoc.xml Document and use callable type hint introduced in PHP 5.4 2012-03-12 05:55:59 +00:00
array-diff-ukey.xml Typo found by online editor user 2012-10-19 09:28:27 +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 Document and use callable type hint introduced in PHP 5.4 2012-03-12 05:55:59 +00:00
array-flip.xml Fix typo 2012-11-22 02:53:37 +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 Document and use callable type hint introduced in PHP 5.4 2012-03-12 05:55:59 +00:00
array-intersect-ukey.xml Document and use callable type hint introduced in PHP 5.4 2012-03-12 05:55:59 +00:00
array-intersect.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-key-exists.xml Remove the changelog from array_key_exists(), since this change never actually 2012-09-20 09:27:30 +00:00
array-keys.xml Revert part of previous commit, accidentally approved part of an incorrect patch 2012-02-18 20:06:31 +00:00
array-map.xml Document and use callable type hint introduced in PHP 5.4 2012-03-12 05:55:59 +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 Added new sort flags to array_multisort and updated changelog. Fixes bug #63810. 2013-01-17 14:12:24 +00:00
array-pad.xml grammar correction (doc bug #61872) 2012-05-04 19:31:17 +00:00
array-pop.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-product.xml Remove bugfix link and improve changelog description (cf discussion on doc-cvs ml) 2013-03-04 06:52:39 +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 Document and use callable type hint introduced in PHP 5.4 2012-03-12 05:55:59 +00:00
array-replace-recursive.xml array_replace(_recursive) parameters are not by reference (doc #62383) 2012-06-22 21:42:14 +00:00
array-replace.xml array_replace(_recursive) parameters are not by reference (doc #62383) 2012-06-22 21:42:14 +00:00
array-reverse.xml Replace 'this example outputs' with our specific entity. 2012-12-04 11:25:52 +00:00
array-search.xml Fix doc bug #62471 (Documentation for array_search misses 5.3 changes). 2012-07-20 09:04:50 +00:00
array-shift.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
array-slice.xml Apply patch by GoogleGuy 2012-07-18 11:33:02 +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 Document and use callable type hint introduced in PHP 5.4 2012-03-12 05:55:59 +00:00
array-udiff-uassoc.xml Document and use callable type hint introduced in PHP 5.4 2012-03-12 05:55:59 +00:00
array-udiff.xml Provided some more practical examples for array_udiff. Also fixes bug #63204. 2013-01-16 22:58:15 +00:00
array-uintersect-assoc.xml Document and use callable type hint introduced in PHP 5.4 2012-03-12 05:55:59 +00:00
array-uintersect-uassoc.xml Document and use callable type hint introduced in PHP 5.4 2012-03-12 05:55:59 +00:00
array-uintersect.xml Document and use callable type hint introduced in PHP 5.4 2012-03-12 05:55:59 +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 Grammar improvement. 2012-11-16 04:42:35 +00:00
array-walk-recursive.xml Fix typo & literal tag 2012-04-02 13:36:00 +00:00
array-walk.xml Document and use callable type hint introduced in PHP 5.4 2012-03-12 05:55:59 +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 count() does in fact discover recursion and issues an E_WARNING in response... but it will probably return a much higher number than it should. (doc #63406) 2012-11-12 22:34:04 +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 Fixed missing initializers 2012-02-18 20:02:26 +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 Changed list function example to use ext/PDO instead of ext/MySQL. 2013-02-27 04:10:21 +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 Rename $limit parameter to $end 2012-11-21 20:25:39 +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 See also array_rand() 2013-03-13 17:11:41 +00:00
sizeof.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
sort.xml Fixed WS 2012-09-06 09:49:38 +00:00
uasort.xml Document and use callable type hint introduced in PHP 5.4 2012-03-12 05:55:59 +00:00
uksort.xml Document and use callable type hint introduced in PHP 5.4 2012-03-12 05:55:59 +00:00
usort.xml Added caution for returning non-integer types to help clarify language for usort callback behavior. 2012-07-20 02:22:35 +00:00