mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
6cad497f6f
commit
16f28757a5
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue