fdf_set_opt

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

fdf_set_optフィールドのオプションを設定する

説明

fdf_set_opt(
    resource $fdf_document,
    string $fieldname,
    int $element,
    string $str1,
    string $str2
): bool

指定したフィールドのオプションを設定します。

パラメータ

fdf_document

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

fieldname

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

element

str1

str2

戻り値

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

参考

関連キーワード:  fdf, フィールド, 設定, オプション, string, FDF, document, open, fieldname, resource