Query: fdf_set_encoding
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FDF_SET_ENCODING(3) 1 FDF_SET_ENCODING(3) fdf_set_encoding - Sets FDF character encodingSYNOPSISbool fdf_set_encoding (resource $fdf_document, string $encoding)DESCRIPTIONSets the character encoding for the FDF document.PARAMETERSo $fdf_document - The FDF document handle, returned by fdf_create(3), fdf_open(3) or fdf_open_string(3). o $encoding - The encoding name. The following values are supported: " Shift-JIS", " UHC", " GBK" and " BigFive". An empty string resets the encoding to the default PDFDocEncoding/Unicode scheme.RETURN VALUESReturns TRUE on success or FALSE on failure. PHP Documentation Group FDF_SET_ENCODING(3)
Related Man Pages |
---|
fdf_add_doc_javascript(3) - php |
mb_ereg_search_init(3) - php |
fdf_set_file(3) - php |
mb_internal_encoding(3) - php |
mb_detect_order(3) - php |