fdf_set_encoding
(PHP 4 >= 4.0.7, PHP 5)
fdf_set_encoding — تعیین کدگذاری کاراکتر FDF
Description
bool fdf_set_encoding
( resource $fdf_document
, string $encoding
)
تعیین کدگذاری کاراکتر برای سند FDF.
Parameters
- fdf_document
-
کنترلر سند FDF باز گردانده شده توسط fdf_create()، fdf_open() یا fdf_open_string().
- encoding
-
نام کدگذاری. مقادیر زیر پشتیبانی میشوند: "Shift-JIS"، "UHC"، "GBK" و "BigFive".
رشته خالی کدگذاری را به شما پیشفرض PDFDocEncoding/Unicode بازنشانی میکند.
Return Values
Returns TRUE on success or FALSE on failure.
There are no user contributed notes for this page.
