Php/docs/function.fdf-set-submit-form-action

提供:Dev Guides
< Php
移動先:案内検索

fdf_set_submit_form_action

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

fdf_set_submit_form_actionフィールドの投稿フォームアクションを設定する


説明

fdf_set_submit_form_action ( resource $fdf_document , string $fieldname , int $trigger , string $script , int $flags ) : bool

指定したフィールドの投稿フォームアクションを設定します。


パラメータ

fdf_document
fdf_create()fdf_open() あるいは fdf_open_string() が返す FDF ドキュメントハンドル。
fieldname
FDF フィールド名を表す文字列。
trigger
script
flags


返り値

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


参考