mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
181d35a2f3
commit
568b98d647
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue