fdf_set_flags

フィールドのフラグを設定する

説明

bool fdf_set_flags(
    resource $fdf_document,
    string $fieldname,
    int $whichFlags,
    int $newFlags
)

指定したフィールドのフラグを設定します。

パラメータ

fdf_document

fdf_createfdf_open あるいは fdf_open_string が返す FDF ドキュメントハンドル。

fieldname

FDF フィールド名を表す文字列。

whichFlags

newFlags

戻り値

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

参考

  • fdf_set_opt