mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
TRUE/FALSE -> literal
added some "and" in See also lists. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50497 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b7be24739c
commit
cb88ec112a
1 changed files with 8 additions and 7 deletions
|
@ -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 @@ echo iconv("ISO-8859-1","UTF8","This is test.");
|
|||
</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 @@ echo iconv("ISO-8859-1","UTF8","This is test.");
|
|||
</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 @@ iconv_set_encoding("output_encoding", "ISO-8859-1");
|
|||
</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 @@ ob_start("ob_iconv_handler"); // start output buffering
|
|||
</para>
|
||||
<para>
|
||||
See also:
|
||||
<function>iconv_get_encoding</function>,
|
||||
<function>iconv_get_encoding</function> and
|
||||
<function>iconv_set_encoding</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue