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
This commit is contained in:
Torben Wilson 2000-11-22 01:43:30 +00:00
parent 6cad497f6f
commit 16f28757a5

View file

@ -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).
<note>
<para>
The <parameter>cut</parameter> parameter was added in PHP 4.0.3.
</para>
</note>
</para>
<para>
<example>