| upload ( array_attribute ) | ใช้คืนค่า tag input ประเภท password |
|---|
method:upload ( array_attribute )
return type:string
special:static
content:ใช้คืนค่า tag input ประเภท password
example:$arr[ "name" ] = "logo"; $arr[ "value" ] = ""; $arr[ "class" ] = "cssText"; $arr[ "id" ] = "logo"; echo form::upload ( $arr );