is_xhtml parameter is optional

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265408 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2008-08-24 06:14:11 +00:00
parent d0bf62af12
commit 79e058a6b3

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.nl2br">
<refnamediv>
<refname>nl2br</refname>
@ -11,7 +11,7 @@
<methodsynopsis>
<type>string</type><methodname>nl2br</methodname>
<methodparam><type>string</type><parameter>string</parameter></methodparam>
<methodparam><type>bool</type><parameter>is_xhtml</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>is_xhtml</parameter></methodparam>
</methodsynopsis>
<para>
Returns <parameter>string</parameter> with '&lt;br /&gt;' or
@ -105,7 +105,7 @@ This is my HTML document
<row>
<entry>5.3.0</entry>
<entry>
Added the <parameter>is_xhtml</parameter> parameter.
Added the optional <parameter>is_xhtml</parameter> parameter.
</entry>
</row>
<row>