see also : output-control added

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95524 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2002-09-11 20:59:55 +00:00
parent 4b807cbec6
commit 0ebfcee884

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/iconv.xml, last change in rev 1.1 -->
<refentry id="function.ob-iconv-handler">
<refnamediv>
@ -21,8 +21,8 @@
<para>
<parameter>internal_encoding</parameter> and
<parameter>output_encoding</parameter> should be defined
by <function>iconv_set_encoding</function> or in
configuration file.
by <function>iconv_set_encoding</function> or in the
configuration file &php.ini;.
</para>
<para>
<example>
@ -36,8 +36,9 @@ ob_start("ob_iconv_handler"); // start output buffering
</para>
<para>
See also:
<function>iconv_get_encoding</function> and
<function>iconv_set_encoding</function>.
<function>iconv_get_encoding</function>,
<function>iconv_set_encoding</function>, and
<link linkend="ref.outcontrol">output-control functions</link>.
</para>
</refsect1>
</refentry>