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:
Damien Seguy 2001-05-23 12:01:52 +00:00
parent fea1f5170b
commit 7f01fb6b52

View file

@ -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,