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