From c0f21e40c8321f1e0e31eed44db1727d3004a122 Mon Sep 17 00:00:00 2001 From: Martin Meredith Date: Wed, 29 Dec 2004 17:24:37 +0000 Subject: [PATCH] Slighlty modified references (WRT Bug: http://bugs.php.net/bug.php?id=30646) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175913 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/ltrim.xml | 4 ++-- reference/strings/functions/rtrim.xml | 4 ++-- reference/strings/functions/trim.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/strings/functions/ltrim.xml b/reference/strings/functions/ltrim.xml index 8e8119cc6b..4c6f32ed8f 100644 --- a/reference/strings/functions/ltrim.xml +++ b/reference/strings/functions/ltrim.xml @@ -1,11 +1,11 @@ - + ltrim - Strip whitespace from the beginning of a string + Strip whitespace (or other characters) from the beginning of a string diff --git a/reference/strings/functions/rtrim.xml b/reference/strings/functions/rtrim.xml index 50cb82ffb8..c0430c3b59 100644 --- a/reference/strings/functions/rtrim.xml +++ b/reference/strings/functions/rtrim.xml @@ -1,11 +1,11 @@ - + rtrim - Strip whitespace from the end of a string + Strip whitespace (or other characters) from the end of a string diff --git a/reference/strings/functions/trim.xml b/reference/strings/functions/trim.xml index 9ef8340ae8..21c42ad7bc 100644 --- a/reference/strings/functions/trim.xml +++ b/reference/strings/functions/trim.xml @@ -1,11 +1,11 @@ - + trim - Strip whitespace from the beginning and end of a string + Strip whitespace (or other characters) from the beginning and end of a string