From 230326776d03eb3e1d2ccfdaf3487e2be4603436 Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Fri, 13 Jul 2001 17:17:47 +0000 Subject: [PATCH] added document for fdf_set_encoding. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51435 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/fdf.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/functions/fdf.xml b/functions/fdf.xml index 5c6a95eb16..43b82f8f7b 100644 --- a/functions/fdf.xml +++ b/functions/fdf.xml @@ -542,6 +542,34 @@ unlink("outtest.fdf"); + + + + fdf_set_encoding + Sets FDF character encoding + + + Description + + + bool fdf_set_encoding + int fdf_document + string encoding + + + + The fdf_set_encoding sets the character + encoding in FDF document. encoding + should be the valid encoding name such as "Shift-JIS" or + "Unicode". + + + The fdf_set_encoding is available in + PHP-4.0.7 or later. + + + +