[PHP-DOC] cvs: phpdoc /en/functions strings.xml From: Damien Seguy (dams <email protected>)
Date: 04/24/01

dams Tue Apr 24 00:27:02 2001 EDT

  Modified files:
    /phpdoc/en/functions strings.xml
  Log:
  Added new behaviour of nl2br()
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.83 phpdoc/en/functions/strings.xml:1.84
--- phpdoc/en/functions/strings.xml:1.83 Sun Apr 15 10:23:21 2001
+++ phpdoc/en/functions/strings.xml Tue Apr 24 00:27:01 2001
@@ -1385,6 +1385,11 @@
      before all newlines.
     </para>
     <para>
+ Until PHP 4.0.5, <function>nl2br</function> will return
+ <parameter>string</parameter> with '&lt;br&gt;' inserted
+ before all newlines.
+ </para>
+ <para>
      See also <function>htmlspecialchars</function>,
      <function>htmlentities</function> and
      <function>wordwrap</function>.