php-doc-en/reference/array/functions
Nikita Popov cccd50e8ed Remove redundant note in count() docs
Follows from general PHP behavior (undefined variable reads as NULL) and discusses something nobody should be doing in the first place. This was probably more relevant ten years ago than it is now.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345126 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-13 14:15:05 +00:00
..
array-change-key-case.xml
array-chunk.xml Use entities in initializer 2018-01-25 19:11:34 +00:00
array-column.xml Use entities in initializer 2018-01-25 19:11:34 +00:00
array-combine.xml
array-count-values.xml
array-diff-assoc.xml
array-diff-key.xml
array-diff-uassoc.xml
array-diff-ukey.xml
array-diff.xml
array-fill-keys.xml
array-fill.xml
array-filter.xml Add markup 2018-06-04 11:32:38 +00:00
array-flip.xml
array-intersect-assoc.xml
array-intersect-key.xml
array-intersect-uassoc.xml
array-intersect-ukey.xml
array-intersect.xml
array-key-exists.xml
array-keys.xml Use entities in initializer 2018-01-25 19:11:34 +00:00
array-map.xml
array-merge-recursive.xml
array-merge.xml
array-multisort.xml
array-pad.xml
array-pop.xml
array-product.xml
array-push.xml Insert comma for clarity 2018-05-08 12:05:17 +00:00
array-rand.xml Clarify refpurpose 2018-05-08 12:29:26 +00:00
array-reduce.xml
array-replace-recursive.xml
array-replace.xml
array-reverse.xml Use entities in initializer 2018-01-25 19:11:34 +00:00
array-search.xml Use entities in initializer 2018-01-25 19:11:34 +00:00
array-shift.xml
array-slice.xml Use entities in initializer 2018-01-25 19:11:34 +00:00
array-splice.xml
array-sum.xml
array-udiff-assoc.xml
array-udiff-uassoc.xml
array-udiff.xml
array-uintersect-assoc.xml
array-uintersect-uassoc.xml
array-uintersect.xml
array-unique.xml
array-unshift.xml Document PR 3011 2018-03-25 21:38:29 +00:00
array-values.xml
array-walk-recursive.xml
array-walk.xml Update Errors/Exceptions sections to PHP 7.1 behaviour. 2017-08-25 13:44:23 +00:00
array.xml
arsort.xml
asort.xml
compact.xml Integrate user note 101775 2018-05-25 14:09:07 +00:00
count.xml Remove redundant note in count() docs 2018-06-13 14:15:05 +00:00
current.xml Properly refer to the value, not the type 2017-09-21 10:47:02 +00:00
each.xml
end.xml
extract.xml Move essential point of the warning in the notes section up 2018-01-22 14:31:39 +00:00
in-array.xml
key-exists.xml
key.xml
krsort.xml
ksort.xml
list.xml
natcasesort.xml
natsort.xml
next.xml Fix/improve wording 2018-01-28 12:31:16 +00:00
pos.xml
prev.xml Fix/improve wording 2018-01-28 12:31:16 +00:00
range.xml
reset.xml Improve wording 2018-01-26 23:25:10 +00:00
rsort.xml
shuffle.xml Nested <link>s can't work 2018-04-17 16:10:01 +00:00
sizeof.xml
sort.xml Minor doc improvements 2018-03-09 12:44:59 +00:00
uasort.xml
uksort.xml
usort.xml