mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Adding a few extra xml tags.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51440 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
230326776d
commit
025b312776
1 changed files with 9 additions and 8 deletions
|
@ -88,7 +88,7 @@ if(fdf_get_value($fdf, "show_preparer") == "On") {
|
|||
} else
|
||||
echo "Preparer shall not be shown.<BR>";
|
||||
fdf_close($fdf);
|
||||
?>
|
||||
?>
|
||||
</programlisting>
|
||||
</example>
|
||||
|
||||
|
@ -130,7 +130,7 @@ fclose($fdffp);
|
|||
$fdf = fdf_open("test.fdf");
|
||||
...
|
||||
fdf_close($fdf);
|
||||
?>
|
||||
?>
|
||||
</programlisting>
|
||||
</example></para>
|
||||
|
||||
|
@ -194,7 +194,7 @@ Header("Content-type: application/vnd.fdf");
|
|||
$fp = fopen("outtest.fdf", "r");
|
||||
fpassthru($fp);
|
||||
unlink("outtest.fdf");
|
||||
?>
|
||||
?>
|
||||
</programlisting>
|
||||
</example></para>
|
||||
|
||||
|
@ -534,7 +534,7 @@ unlink("outtest.fdf");
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
The <function>fdf_set_javascript_action</function> sets a javascript
|
||||
<function>fdf_set_javascript_action</function> sets a javascript
|
||||
action for the given field <parameter>fieldname</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
|
@ -558,10 +558,11 @@ unlink("outtest.fdf");
|
|||
</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".
|
||||
<function>fdf_set_encoding</function> sets the character
|
||||
encoding in FDF document <parameter>fdf_document</parameter>.
|
||||
<parameter>encoding</parameter> should be the valid encoding
|
||||
name such as "<literal>Shift-JIS</literal>" or
|
||||
"<literal>Unicode</literal>".
|
||||
</para>
|
||||
<para>
|
||||
The <function>fdf_set_encoding</function> is available in
|
||||
|
|
Loading…
Reference in a new issue