PHP 8.3.4 Released!

fdf_get_ap

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

fdf_get_apフィールドの外観を取得する

説明

fdf_get_ap(
    resource $fdf_document,
    string $field,
    int $face,
    string $filename
): bool

field の外観 (つまり /AP キーの値) を取得し、ファイルに保存します。

パラメータ

fdf_document

fdf_create()fdf_open() あるいは fdf_open_string() が返す FDF ドキュメントハンドル。

field

face

FDFNormalAPFDFRolloverAP および FDFDownAP のいずれか。

filename

ここに外観を保存します。

戻り値

成功した場合に true を、失敗した場合に false を返します。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top