php-documentation-list | 2003031
Date: 03/08/03
- Next message: Thomas Schoefbeck: "[PHP-DOC] cvs: phpdoc /xsl/docbook/common ChangeLog af.xml bg.xml ca.xml common.xsl cs.xml da.xml de.xml el.xml en.xml es.xml et.xml eu.xml fi.xml fr.xml gentext.xsl he.xml hu.xml id.xml it.xml ja.xml ko.xml l10n.xml l10n.xsl labels.xsl lt.xml nl.xml nn.xml no.xml pl.xml pt.xml pt_br.xml ro.xml ru.xml sk.xml sl.xml sr.xml sv.xml table.xsl targetdatabase.dtd targets.xsl th.xml titles.xsl tr.xml uk.xml vi.xml xh.xml zh_cn.xml zh_tw.xml"
- Previous message: aldiab at softbyte dot qc dot ca: "[PHP-DOC] #22609 [NEW]: Index"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
derick Sat Mar 8 19:06:57 2003 EDT
Modified files:
/phpdoc/en/reference/strings/functions wordwrap.xml
Log:
- Fix type
Index: phpdoc/en/reference/strings/functions/wordwrap.xml
diff -u phpdoc/en/reference/strings/functions/wordwrap.xml:1.3 phpdoc/en/reference/strings/functions/wordwrap.xml:1.4
--- phpdoc/en/reference/strings/functions/wordwrap.xml:1.3 Wed Jan 22 16:42:05 2003
+++ phpdoc/en/reference/strings/functions/wordwrap.xml Sat Mar 8 19:06:57 2003
@@ -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>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Thomas Schoefbeck: "[PHP-DOC] cvs: phpdoc /xsl/docbook/common ChangeLog af.xml bg.xml ca.xml common.xsl cs.xml da.xml de.xml el.xml en.xml es.xml et.xml eu.xml fi.xml fr.xml gentext.xsl he.xml hu.xml id.xml it.xml ja.xml ko.xml l10n.xml l10n.xsl labels.xsl lt.xml nl.xml nn.xml no.xml pl.xml pt.xml pt_br.xml ro.xml ru.xml sk.xml sl.xml sr.xml sv.xml table.xsl targetdatabase.dtd targets.xsl th.xml titles.xsl tr.xml uk.xml vi.xml xh.xml zh_cn.xml zh_tw.xml"
- Previous message: aldiab at softbyte dot qc dot ca: "[PHP-DOC] #22609 [NEW]: Index"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

