dams Mon Jul 2 13:55:35 2001 EDT
Modified files:
/phpdoc/en/functions iconv.xml
Log:
TRUE/FALSE -> literaladded some "and" in See also lists.
Index: phpdoc/en/functions/iconv.xml
diff -u phpdoc/en/functions/iconv.xml:1.1 phpdoc/en/functions/iconv.xml:1.2
--- phpdoc/en/functions/iconv.xml:1.1 Sat Jun 30 23:38:18 2001
+++ phpdoc/en/functions/iconv.xml Mon Jul 2 13:55:34 2001
@@ -41,7 +41,7 @@
It converts the string <parameter>string</parameter> encoded in
<parameter>in_charset</parameter> to the string encoded in
<parameter>out_charset</parameter>. It returns the converted
- string or FALSE, if it fails.
+ string or <literal>FALSE</literal>, if it fails.
</para>
<para>
<example>
@@ -73,11 +73,12 @@
</funcsynopsis>
<para>
It returns the current settings of
- <function>ob_iconv_handler</function> as array or FALSE in failure.
+ <function>ob_iconv_handler</function> as array or
+ <literal>FALSE</literal> in failure.
</para>
<para>
See also:
- <function>iconv_set_encoding</function>,
+ <function>iconv_set_encoding</function> and
<function>ob_iconv_handler</function>.
</para>
</refsect1>
@@ -101,8 +102,8 @@
</funcsynopsis>
<para>
It changes the value of <parameter>type</parameter> to
- <parameter>charset</parameter> and returns TRUE in success or
- FALSE in failure.
+ <parameter>charset</parameter> and returns <literal>TRUE</literal> in success or
+ <literal>FALSE</literal> in failure.
</para>
<para>
<example>
@@ -115,7 +116,7 @@
</para>
<para>
See also:
- <function>iconv_get_encoding</function>,
+ <function>iconv_get_encoding</function> and
<function>ob_iconv_handler</function>.
</para>
</refsect1>
@@ -162,7 +163,7 @@
</para>
<para>
See also:
- <function>iconv_get_encoding</function>,
+ <function>iconv_get_encoding</function> and
<function>iconv_set_encoding</function>.
</para>
</refsect1>