Clarified the parameter's requirements.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298761 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2010-04-29 08:33:49 +00:00
parent b819592487
commit fb70264f42

View file

@ -33,7 +33,9 @@
<term><parameter>num_req</parameter></term>
<listitem>
<para>
Specifies how many entries you want to pick.
Specifies how many entries you want to pick. Trying to pick more
elements than there are in the array will result in an
<constant>E_WARNING</constant> level error.
</para>
</listitem>
</varlistentry>