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