mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
d0bf62af12
commit
79e058a6b3
1 changed files with 3 additions and 3 deletions
|
@ -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 '<br />' 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>
|
||||
|
|
Loading…
Reference in a new issue