mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added <funcprototype>
to rtrim git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48246 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fea1f5170b
commit
7f01fb6b52
1 changed files with 4 additions and 2 deletions
|
@ -1585,8 +1585,10 @@ echo $second[1]; /* prints "another" */
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcdef>string <function>rtrim</function></funcdef>
|
||||
<paramdef>string <parameter>str</parameter></paramdef>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>rtrim</function></funcdef>
|
||||
<paramdef>string <parameter>str</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
Returns the argument string without trailing whitespace,
|
||||
|
|
Loading…
Reference in a new issue