|
PHP5中文手册
fdf_set_version(PHP 4 >= 4.3.0, PHP 5) fdf_set_version — Sets version number for a FDF file 说明
bool fdf_set_version
( resource $fdf_document
, string $version
)
Sets the FDF version for the given document. Some features supported by this extension are only available in newer FDF versions. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |