From cdeed557c4e83a976b0ec064992ba9cfc7f7b089 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Tue, 27 Apr 2004 21:45:48 +0000 Subject: [PATCH] ordered text (a note about a parameter was on top, before any other text) and redesigned the example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157302 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/trim.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/reference/strings/functions/trim.xml b/reference/strings/functions/trim.xml index e7beafd08f..5f8ddf9d79 100644 --- a/reference/strings/functions/trim.xml +++ b/reference/strings/functions/trim.xml @@ -1,5 +1,5 @@ - + @@ -15,12 +15,6 @@ stringstr stringcharlist - - - The optional charlist parameter was - added in PHP 4.1.0 - - This function returns a string with whitespace stripped from the beginning and end of str. @@ -80,19 +74,25 @@ ]]> + + + The optional charlist parameter was + added in PHP 4.1.0 + + See also ltrim and rtrim.