From 025b312776a8a50ebbe4f8ef3ea219be7332abe9 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Fri, 13 Jul 2001 17:53:13 +0000 Subject: [PATCH] Adding a few extra xml tags. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51440 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/fdf.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/functions/fdf.xml b/functions/fdf.xml index 43b82f8f7b..89e5e28ac6 100644 --- a/functions/fdf.xml +++ b/functions/fdf.xml @@ -88,7 +88,7 @@ if(fdf_get_value($fdf, "show_preparer") == "On") { } else echo "Preparer shall not be shown.<BR>"; fdf_close($fdf); -?> +?> @@ -130,7 +130,7 @@ fclose($fdffp); $fdf = fdf_open("test.fdf"); ... fdf_close($fdf); -?> +?> @@ -194,7 +194,7 @@ Header("Content-type: application/vnd.fdf"); $fp = fopen("outtest.fdf", "r"); fpassthru($fp); unlink("outtest.fdf"); -?> +?> @@ -534,7 +534,7 @@ unlink("outtest.fdf"); - The fdf_set_javascript_action sets a javascript + fdf_set_javascript_action sets a javascript action for the given field fieldname. @@ -558,10 +558,11 @@ unlink("outtest.fdf"); - The fdf_set_encoding sets the character - encoding in FDF document. encoding - should be the valid encoding name such as "Shift-JIS" or - "Unicode". + fdf_set_encoding sets the character + encoding in FDF document fdf_document. + encoding should be the valid encoding + name such as "Shift-JIS" or + "Unicode". The fdf_set_encoding is available in