mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Tweak
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282622 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2c41b69b62
commit
013472b277
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.wordwrap">
|
||||
<refnamediv>
|
||||
<refname>wordwrap</refname>
|
||||
|
@ -56,9 +56,9 @@
|
|||
<listitem>
|
||||
<para>
|
||||
If the <parameter>cut</parameter> is set to &true;, the string is
|
||||
always wrapped at the specified width. So if you have a word that
|
||||
is larger than the given width, it is broken apart. (See second
|
||||
example).
|
||||
always wrapped at or before the specified width. So if you have
|
||||
a word that is larger than the given width, it is broken apart.
|
||||
(See second example).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue