   #PHP Manual Forms Data Format functions fdf_set_ap fdf_set_file

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                               fdf_set_encoding

   (PHP 4 >= 4.1.0)
   fdf_set_encoding -- Sets FDF character encoding

Description

   bool fdf_set_encoding ( resource fdf_document, string encoding)

   fdf_set_encoding() sets the character encoding in FDF document
   fdf_document. encoding should be the valid encoding name. Currently
   the following values are supported: "Shift-JIS", "UHC",
   "GBK","BigFive". An empty string resets the encoding to the default
   PDFDocEncoding/Unicode scheme.
   ______________________________________________________________________

   Prev       Home         Next
   fdf_set_ap  Up  fdf_set_file
