php-doc-en/reference/array/functions
Etienne Kneuss bc0be59bf2 improve the example a bit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214909 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-16 14:44:47 +00:00
..
array-change-key-case.xml use more entities 2004-11-01 12:39:29 +00:00
array-chunk.xml use more entities 2004-11-01 12:39:29 +00:00
array-combine.xml use more entities 2004-11-01 12:39:29 +00:00
array-count-values.xml use more entities 2004-11-01 12:39:29 +00:00
array-diff-assoc.xml use more entities 2004-11-01 12:39:29 +00:00
array-diff-key.xml use more entities 2004-11-01 12:39:29 +00:00
array-diff-uassoc.xml - added para 2005-03-07 11:39:04 +00:00
array-diff-ukey.xml - removed paragraph that does not comply to that function 2005-02-24 10:52:11 +00:00
array-diff.xml using screen to dislpay the correct output 2003-12-03 11:24:18 +00:00
array-fill.xml Added see also's. 2003-07-25 16:38:56 +00:00
array-filter.xml improve the example a bit 2006-06-16 14:44:47 +00:00
array-flip.xml applying PEAR coding standards on examples 2003-08-17 12:21:03 +00:00
array-intersect-assoc.xml s/otherwords/other words 2005-01-02 20:36:03 +00:00
array-intersect-key.xml use more entities 2004-11-01 12:39:29 +00:00
array-intersect-uassoc.xml use more entities 2004-11-01 12:39:29 +00:00
array-intersect-ukey.xml User function is used for comparison (bug #32811) 2005-04-25 08:13:48 +00:00
array-intersect.xml applying PEAR coding standards on examples 2003-08-17 12:21:03 +00:00
array-key-exists.xml Nuke PHP syntax errors (including bug #30717) 2004-11-08 12:10:21 +00:00
array-keys.xml use more entities 2004-11-01 12:39:29 +00:00
array-map.xml Mention create_function (bug #36585) 2006-03-02 08:30:25 +00:00
array-merge-recursive.xml Fix parameters 2005-06-22 10:39:10 +00:00
array-merge.xml - made example actually output something 2005-03-08 07:21:17 +00:00
array-multisort.xml Remove double article 2005-04-20 14:05:09 +00:00
array-pad.xml pad_size limit (bug #32713) 2005-04-15 08:30:45 +00:00
array-pop.xml Replace <parameter>&amp; by <parameter role="reference"> 2004-11-10 08:30:50 +00:00
array-product.xml Add new function 2005-05-11 16:42:04 +00:00
array-push.xml explain behaviour when first argument is not an array (#34134) 2005-08-13 19:06:21 +00:00
array-rand.xml Merry XHTML and CS compliant christmas all \! 2003-12-15 16:55:22 +00:00
array-reduce.xml x*10 -> 10*x (bug #34363), empty array without initial returns null 2005-09-06 07:36:12 +00:00
array-reverse.xml Merry XHTML and CS compliant christmas all \! 2003-12-15 16:55:22 +00:00
array-search.xml added constanst, literal and varname tags for cosmetic update 2004-05-04 19:56:18 +00:00
array-shift.xml Replace <parameter>&amp; by <parameter role="reference"> 2004-11-10 08:30:50 +00:00
array-slice.xml Positive -> non-negative offset (bug #32227) 2005-03-31 15:50:05 +00:00
array-splice.xml Numeric keys in input are not preserved (bug #34227) 2005-08-29 15:36:01 +00:00
array-sum.xml use more entities 2004-11-01 12:39:29 +00:00
array-udiff-assoc.xml use more entities 2004-11-01 12:39:29 +00:00
array-udiff-uassoc.xml use more entities 2004-11-01 12:39:29 +00:00
array-udiff.xml User function is used for comparison (bug #32811) 2005-04-25 08:13:48 +00:00
array-uintersect-assoc.xml use more entities 2004-11-01 12:39:29 +00:00
array-uintersect-uassoc.xml use more entities 2004-11-01 12:39:29 +00:00
array-uintersect.xml use more entities 2004-11-01 12:39:29 +00:00
array-unique.xml use more entities 2004-11-01 12:39:29 +00:00
array-unshift.xml Replace <parameter>&amp; by <parameter role="reference"> 2004-11-10 08:30:50 +00:00
array-values.xml use more entities 2004-11-01 12:39:29 +00:00
array-walk-recursive.xml Added callback type to see-also 2005-02-19 12:33:33 +00:00
array-walk.xml Remove superfluous information about reseting the array position 2005-09-08 08:39:45 +00:00
array.xml use more entities 2004-11-01 12:39:29 +00:00
arsort.xml Use foreach 2005-07-01 13:07:50 +00:00
asort.xml Use foreach 2005-07-01 13:07:50 +00:00
compact.xml Document bug #30935 (may not use Superglobals) 2005-01-18 03:03:14 +00:00
count.xml Grammar 2005-03-21 09:47:52 +00:00
current.xml Fix #37572 (Return value can be false on success) 2006-05-29 16:03:18 +00:00
each.xml Replace <parameter>&amp; by <parameter role="reference"> 2004-11-10 08:30:50 +00:00
end.xml Replace <parameter>&amp; by <parameter role="reference"> 2004-11-10 08:30:50 +00:00
extract.xml fixed bug #34534 (not clear that extract() separates the prefix with an underscore) 2005-09-16 19:43:49 +00:00
in-array.xml use more entities 2004-11-01 12:39:29 +00:00
key.xml Replace <parameter>&amp; by <parameter role="reference"> 2004-11-10 08:30:50 +00:00
krsort.xml Use foreach 2005-07-01 13:07:50 +00:00
ksort.xml Use foreach 2005-07-01 13:07:50 +00:00
list.xml - uh, reverted, my mistake 2005-02-09 09:19:13 +00:00
natcasesort.xml Return bool (bug #30996) 2004-12-06 11:22:17 +00:00
natsort.xml Return bool (bug #30996) 2004-12-06 11:22:17 +00:00
next.xml Fix #37572 (Return value can be false on success) 2006-05-29 16:03:18 +00:00
pos.xml Implemented the new alias doc style. This alias no longer requires translation 2005-04-25 16:17:02 +00:00
prev.xml Fix #37572 (Return value can be false on success) 2006-05-29 16:03:18 +00:00
range.xml low and high can contain a letter 2005-05-31 13:19:08 +00:00
reset.xml reference to array function "end" added 2005-11-28 01:33:59 +00:00
rsort.xml Fix bug 34228 (rsort should link to krsort). 2005-08-24 14:15:11 +00:00
shuffle.xml Fix bug 34228 (rsort should link to krsort). 2005-08-24 14:15:11 +00:00
sizeof.xml Implemented the new alias doc style. This alias no longer requires translation 2005-04-25 16:17:02 +00:00
sort.xml link to the i18n_loc_set_default() page 2005-09-25 15:55:37 +00:00
uasort.xml Replace <parameter>&amp; by <parameter role="reference"> 2004-11-10 08:30:50 +00:00
uksort.xml Change example to something different than krsort() 2006-04-05 08:28:14 +00:00
usort.xml Fix bug 34228 (rsort should link to krsort). 2005-08-24 14:15:11 +00:00