| form_button( array_button ) | ใช้สร้าง input ประเภท button |
|---|
function:form_button ( array_button )
return type:string
content:ใช้สร้าง input ประเภท button
example:$button = array ( "name"=>"button", "value"=>"ยืนยัน", "class"=>"button" ); echo form_button ( $button );
comment:ตัวแปร array_button เป็นตัวแปร array โดย key คือ ชื่อแอททริบิวต์ และ value คือค่าข้อมูลของแอททริบิวต์นั้นๆ