(PHP 4 >= 4.1.0)
fdf_set_encoding -- Sets FDF character encoding
Description
bool fdf_set_encoding (int fdf_document, string encoding)
fdf_set_encoding() sets the character encoding in FDF document
fdf_document. encoding should be the valid encoding name. The valid
encoding name in Acrobat 5.0 are "Shift-JIS", "UHC",
"GBK","BigFive".
The fdf_set_encoding() is available in PHP 4.1.0 or later.
|