| button ( array_attribute ) | ใช้คืนค่า tag button |
|---|
method:button ( array_attribute );
return type:string
special:static
content:ใช้คืนค่า tag button
example:$arr[ "name" ] = "button"; $arr[ "value" ] = "confirm"; $arr[ "class" ] = "cssButton"; $arr[ "id" ] = "button"; echo form::button ( $arr );