..
array-change-key-case.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-chunk.xml
revert for #64900
2013-10-25 14:56:58 +00:00
array-column.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +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
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-diff-assoc.xml
Fixing bad commit :(
2014-04-15 11:14:41 +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
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-diff.xml
Clarify the introductory array_diff() paragraph.
2014-01-15 08:58:56 +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
Fixes for 'missinginitializer' errors (I am new so I am uncertain about a standard other than var types, please advise.)
2014-04-04 12:50:16 +00:00
array-flip.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-intersect-assoc.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-intersect-key.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-intersect-uassoc.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-intersect-ukey.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-intersect.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-key-exists.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-keys.xml
Fixes for 'missinginitializer' errors (I am new so I am uncertain about a standard other than var types, please advise.)
2014-04-04 12:50:16 +00:00
array-map.xml
Fix param name
2014-03-29 21:54:25 +00:00
array-merge-recursive.xml
This was submitted as bug #64781 and I was directed here to make the change.
2013-05-07 07:08:00 +00:00
array-merge.xml
tidy array_merge() prototype (doc #54772 )
2011-05-17 22:10:53 +00:00
array-multisort.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-pad.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +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
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-rand.xml
Reworded array_rand so that reader is not addressed as "you", and incorporated edit suggested by anonymous 35207
2013-11-18 18:11:43 +00:00
array-reduce.xml
The carry parameter in the callback is not passed by reference; also clarified the callback parameters.
2014-02-24 16:17:24 +00:00
array-replace-recursive.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-replace.xml
Clarified description of array_replace() behaviour
2013-11-18 18:17:02 +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
some precision for peter, #62804
2013-10-23 08:38:04 +00:00
array-splice.xml
Fixes for 'missinginitializer' errors (I am new so I am uncertain about a standard other than var types, please advise.)
2014-04-04 12:50:16 +00:00
array-sum.xml
Converted to utf-8
2010-03-28 22:10:10 +00:00
array-udiff-assoc.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-udiff-uassoc.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-udiff.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-uintersect-assoc.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-uintersect-uassoc.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-uintersect.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-unique.xml
See also
2011-07-25 14:38:26 +00:00
array-unshift.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-values.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-walk-recursive.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
array-walk.xml
Remove mentions of create_function from docs. Add caution to create_function docs advising to use anon funcs instead.
2013-09-28 15:43:16 +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
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
count.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +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
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
in-array.xml
Fixing mistake made with last commit ( #54574 )
2011-04-20 14:00:06 +00:00
key-exists.xml
Document key_exists()
2013-05-31 21:17:07 +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
Normalize parameter names of array functions
2013-09-24 13:06:51 +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
Choosing pivot in Quicksort
2013-05-30 19:11:39 +00:00
uasort.xml
Fixes Bug #64422 - uasort doesn't mention how comparisons of equal value are treated
2013-10-12 22:43:47 +00:00
uksort.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00
usort.xml
Normalize parameter names of array functions
2013-09-24 13:06:51 +00:00