Added some parameter tags into the array-pad description.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307835 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Shein Alexey 2011-01-28 22:09:55 +00:00
parent 181d35a2f3
commit 568b98d647

View file

@ -68,8 +68,9 @@
by <parameter>pad_size</parameter> with value
<parameter>pad_value</parameter>. If <parameter>pad_size</parameter> is
positive then the array is padded on the right, if it's negative then
on the left. If the absolute value of pad_size is less than or equal to
the length of the input then no padding takes place.
on the left. If the absolute value of <parameter>pad_size</parameter> is less
than or equal to the length of the <parameter>input</parameter> then no
padding takes place.
</para>
</refsect1>