(PHP 4 >= 4.0.2, PHP 5, PHP 7)
fdf_set_submit_form_action — フィールドの投稿フォームアクションを設定する
$fdf_document
, string $fieldname
, int $trigger
, string $script
, int $flags
)指定したフィールドの投稿フォームアクションを設定します。
fdf_document
fdf_create()、 fdf_open() あるいは fdf_open_string() が返す FDF ドキュメントハンドル。
fieldname
FDF フィールド名を表す文字列。
trigger
script
flags
成功した場合に TRUE
を、失敗した場合に FALSE
を返します。