| attributes() | ใช้คืนค่า คำสั่งของ attribute |
|---|
method:attributes ( array_attribute )
return type:string
special:static
content:ใช้คืนค่า คำสั่งของ attribute
example:$attributes = array ( "class"=>"cssText", "id"=>"firstName" ); echo html::attributes ( $attributes );