Function form_open
フォームの開始タグを生成する
string |
$action |
action属性の値 |
string |
$method = 'post' |
method属性の値 |
mixed |
$attributes = NULL |
追加するタグの属性の文字列、または連想配列 |
string
|
生成したHTMLタグ |
フォームの開始タグを生成する
string |
$action |
action属性の値 |
string |
$method = 'post' |
method属性の値 |
mixed |
$attributes = NULL |
追加するタグの属性の文字列、または連想配列 |
string
|
生成したHTMLタグ |