[PHP-DOC] cvs: phpdoc /en/functions strings.xml From: Torben Wilson (torben <email protected>)
Date: 09/14/00

torben Thu Sep 14 20:26:47 2000 EDT

  Modified files:
    /phpdoc/en/functions strings.xml
  Log:
  
  
  Tiny cleanups.
  
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.57 phpdoc/en/functions/strings.xml:1.58
--- phpdoc/en/functions/strings.xml:1.57 Tue Sep 12 11:13:30 2000
+++ phpdoc/en/functions/strings.xml Thu Sep 14 20:26:47 2000
@@ -757,12 +757,14 @@
      This function is identical to
      <function>htmlspecialchars</function> in all ways, except that
      all characters which have HTML character entity equivalents are
- translated into these entities. Like htmlspecialchars(), it takes an
- optional second argument which indicates what should be done with
- single and double quotes. ENT_COMPAT (the default) will only convert
- double-quotes and leave single-quotes alone. ENT_QUOTES will convert
- both double and single quotes, and ENT_NOQUOTES will leave both double
- and single quotes unconverted.
+ translated into these entities. Like
+ <function>htmlspecialchars</function>, it takes an optional
+ second argument which indicates what should be done with single
+ and double quotes. <constant>ENT_COMPAT</constant> (the default)
+ will only convert double-quotes and leave single-quotes alone.
+ <constant>ENT_QUOTES</constant> will convert both double and
+ single quotes, and <constant>ENT_NOQUOTES</constant> will leave
+ both double and single quotes unconverted.
     </para>
     <para>
      At present, the ISO-8859-1 character set is used. Note that the optional