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. + + + +