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