php-doc-en/reference/array/functions
Philip Olson 4a15716911 Updated parameter information to reflect behaviour, and added the parameter role.
# Sanity check required please


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253372 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-21 01:36:14 +00:00
..
array-change-key-case.xml Upgrade to DocBook5: 2007-06-20 22:25:43 +00:00
array-chunk.xml Upgrade to DocBook5: 2007-06-20 22:25:43 +00:00
array-combine.xml Added information about illegal values for key (#43496) 2007-12-09 01:12:30 +00:00
array-count-values.xml Upgrade to DocBook5: 2007-06-20 22:25:43 +00:00
array-diff-assoc.xml Upgrade to DocBook5: 2007-06-20 22:25:43 +00:00
array-diff-key.xml Upgrade to DocBook5: 2007-06-20 22:25:43 +00:00
array-diff-uassoc.xml Upgrade to DocBook5: 2007-06-20 22:25:43 +00:00
array-diff-ukey.xml Upgrade to DocBook5: 2007-06-20 22:25:43 +00:00
array-diff.xml Integrate user notes 2007-12-30 15:20:46 +00:00
array-fill-keys.xml WS - Removal of TABs. 2007-11-01 16:40:42 +00:00
array-fill.xml Add information about negative keys. 2007-12-30 19:58:59 +00:00
array-filter.xml Upgrade to DocBook5: 2007-06-20 22:25:43 +00:00
array-flip.xml Upgrade to DocBook5: 2007-06-20 22:25:43 +00:00
array-intersect-assoc.xml Upgrade to DocBook5: 2007-06-20 22:25:43 +00:00
array-intersect-key.xml Upgrade to DocBook5: 2007-06-20 22:25:43 +00:00
array-intersect-uassoc.xml Upgrade to DocBook5: 2007-06-20 22:25:43 +00:00
array-intersect-ukey.xml Upgrade to DocBook5: 2007-06-20 22:25:43 +00:00
array-intersect.xml Upgrade to DocBook5: 2007-06-20 22:25:43 +00:00
array-key-exists.xml Upgrade to DocBook5: 2007-06-20 22:25:43 +00:00
array-keys.xml Fix #42149 - Better description of the strict comparison search option. 2007-07-31 08:18:26 +00:00
array-map.xml Fixed bug#43612 (array_map behaviour with string keys undocumented) 2008-01-20 14:56:59 +00:00
array-merge-recursive.xml Upgrade to DocBook5: 2007-06-20 22:25:43 +00:00
array-merge.xml Switch to new doc style 2007-12-30 23:05:06 +00:00
array-multisort.xml Updated parameter information to reflect behaviour, and added the parameter role. 2008-02-21 01:36:14 +00:00
array-pad.xml Upgrade to DocBook5: 2007-06-20 22:25:43 +00:00
array-pop.xml Upgrade to DocBook5: 2007-06-20 22:25:43 +00:00
array-product.xml Switch to new doc style 2007-12-29 23:04:24 +00:00
array-push.xml Switch to new doc style 2007-12-30 23:05:06 +00:00
array-rand.xml Switch to new doc style 2007-12-30 11:35:36 +00:00
array-reduce.xml Switch to new doc style 2007-12-30 11:35:36 +00:00
array-reverse.xml Switch to new doc style 2007-12-30 19:17:05 +00:00
array-search.xml Switch to new doc style 2007-12-30 19:17:05 +00:00
array-shift.xml Switch to new doc style 2007-12-30 19:17:05 +00:00
array-slice.xml Switch to new doc style 2007-12-30 19:17:05 +00:00
array-splice.xml Switch to new doc style 2007-12-30 23:05:06 +00:00
array-sum.xml Switch to new doc style 2007-12-30 11:35:36 +00:00
array-udiff-assoc.xml Fix examples 2008-01-15 21:14:47 +00:00
array-udiff-uassoc.xml Fix reference (link to itself) 2008-01-15 21:18:35 +00:00
array-udiff.xml Fix examples 2008-01-15 21:14:47 +00:00
array-uintersect-assoc.xml Switch to new doc style 2007-12-30 19:17:05 +00:00
array-uintersect-uassoc.xml Switch to new doc style 2007-12-30 23:05:06 +00:00
array-uintersect.xml Switch to new doc style 2007-12-30 23:05:06 +00:00
array-unique.xml Switch to new doc style 2007-12-30 19:17:05 +00:00
array-unshift.xml Switch to new doc style 2007-12-30 11:35:36 +00:00
array-values.xml Switch to new doc style 2007-12-29 23:04:24 +00:00
array-walk-recursive.xml Tyop 2007-12-31 01:38:43 +00:00
array-walk.xml Switch to new doc style 2007-12-30 23:05:06 +00:00
array.xml Switch to new doc style 2007-12-30 23:05:06 +00:00
arsort.xml Switch to new doc style 2007-12-30 11:35:36 +00:00
asort.xml Switch to new doc style 2007-12-30 19:17:05 +00:00
compact.xml Switch to new doc style 2007-12-30 23:05:06 +00:00
count.xml Switch to new doc style 2007-12-30 19:17:05 +00:00
current.xml Add information about empty array; add examples (#43760) 2008-01-06 12:30:42 +00:00
each.xml Switch to new doc style 2007-12-30 19:17:05 +00:00
end.xml Switch to new doc style 2007-12-30 19:17:05 +00:00
extract.xml Switch to new doc style 2007-12-30 23:05:06 +00:00
in-array.xml Switch to new doc style 2007-12-30 19:17:05 +00:00
key.xml Be clear that key() works with all arrays (closes bug #44016). 2008-02-04 18:13:59 +00:00
krsort.xml Switch to new doc style 2007-12-30 11:35:36 +00:00
ksort.xml Switch to new doc style 2007-12-30 19:17:05 +00:00
list.xml List works without a second parameter, correcting docs to demonstrate this 2008-02-20 21:23:52 +00:00
natcasesort.xml Switch to new doc style 2007-12-30 19:17:05 +00:00
natsort.xml Switch to new doc style 2007-12-30 19:17:05 +00:00
next.xml Switch to new doc style 2007-12-30 19:17:05 +00:00
pos.xml Upgrade to DocBook5: 2007-06-20 22:25:43 +00:00
prev.xml Switch to new doc style 2007-12-30 11:35:36 +00:00
range.xml Switch to new doc style 2007-12-30 19:17:05 +00:00
reset.xml Switch to new doc style 2007-12-30 11:35:36 +00:00
rsort.xml Switch to new doc style 2007-12-30 11:35:36 +00:00
shuffle.xml Switch to new doc style 2007-12-29 23:04:24 +00:00
sizeof.xml Upgrade to DocBook5: 2007-06-20 22:25:43 +00:00
sort.xml Switch to new doc style 2007-12-30 19:17:05 +00:00
uasort.xml Switch to new doc style 2007-12-30 11:35:36 +00:00
uksort.xml Switch to new doc style 2007-12-30 19:17:05 +00:00
usort.xml Switch to new doc style 2007-12-30 19:17:05 +00:00