(PHP 4 >= 4.0.2, PHP 5, PHP 7)
fdf_set_opt — フィールドのオプションを設定する
$fdf_document
, string $fieldname
, int $element
, string $str1
, string $str2
) : bool指定したフィールドのオプションを設定します。
fdf_documentfdf_create()、 fdf_open() あるいは fdf_open_string() が返す FDF ドキュメントハンドル。
fieldnameFDF フィールド名を表す文字列。
element
str1
str2
成功した場合に TRUE を、失敗した場合に FALSE を返します。