added document for fdf_set_encoding.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51435 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Rui Hirokawa 2001-07-13 17:17:47 +00:00
parent 8a45320cfe
commit 230326776d

View file

@ -542,6 +542,34 @@ unlink("outtest.fdf");
</para>
</refsect1>
</refentry>
<refentry id="function.fdf-set-encoding">
<refnamediv>
<refname>fdf_set_encoding</refname>
<refpurpose>Sets FDF character encoding</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<funcsynopsis>
<funcprototype>
<funcdef>bool <function>fdf_set_encoding</function></funcdef>
<paramdef>int <parameter>fdf_document</parameter></paramdef>
<paramdef>string <parameter>encoding</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>
The <function>fdf_set_encoding</function> sets the character
encoding in FDF document. <parameter>encoding</parameter>
should be the valid encoding name such as "Shift-JIS" or
"Unicode".
</para>
<para>
The <function>fdf_set_encoding</function> is available in
PHP-4.0.7 or later.
</para>
</refsect1>
</refentry>
</reference>
<!-- Keep this comment at the end of the file