mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fix type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@119544 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e7cdf5f4d2
commit
d129f3552d
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.142 -->
|
||||
<refentry id="function.wordwrap">
|
||||
<refnamediv>
|
||||
|
@ -16,7 +16,7 @@
|
|||
<methodparam><type>string</type><parameter>str</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>width</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>break</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>cut</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>boolean</type><parameter>cut</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns a string with <parameter>str</parameter> wrapped
|
||||
|
@ -36,7 +36,8 @@
|
|||
(See second example).
|
||||
<note>
|
||||
<para>
|
||||
The optional <parameter>cut</parameter> parameter was added in PHP 4.0.3
|
||||
The optional <parameter>cut</parameter> parameter was added in PHP
|
||||
4.0.3
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue