array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'function.fdf-get-encoding.php', 1 => 'fdf_get_encoding', 2 => 'Get the value of the /Encoding key', ), 'up' => array ( 0 => 'ref.fdf.php', 1 => 'Функції FDF', ), 'prev' => array ( 0 => 'function.fdf-get-attachment.php', 1 => 'fdf_get_attachment', ), 'next' => array ( 0 => 'function.fdf-get-file.php', 1 => 'fdf_get_file', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fdf/functions/fdf-get-encoding.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

fdf_get_encoding

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL fdf SVN)

fdf_get_encodingGet the value of the /Encoding key

Опис

fdf_get_encoding(resource $fdf_document): string

Gets the value of the /Encoding key.

Параметри

fdf_document

The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string().

Значення, що повертаються

Returns the encoding as a string. An empty string is returned if the default PDFDocEncoding/Unicode scheme is used.

Прогляньте також