mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
8a45320cfe
commit
230326776d
1 changed files with 28 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue