From 16f28757a541db82b794f48191f64a2014dd3eb8 Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Wed, 22 Nov 2000 01:43:30 +0000 Subject: [PATCH] Note that 'cut' parameter wasn't added until 4.0.3. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@36342 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions/strings.xml b/functions/strings.xml index 6a0ed5b47a..8895ed18d2 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -3130,6 +3130,11 @@ $text = ucwords($text); // $text is now: Mary Had A Little always wrapped at the specified width. So if you have a word that is larger than the given width, it is broken appart. (See second example). + + + The cut parameter was added in PHP 4.0.3. + +