| email() | เป็นการ encode ข้อความ email ( เมื่อดูจาก source code ) เพื่อปกป้องจาก spam และ email havesting |
|---|
method:email ( email );
return type:string
special:static
content:เป็นการ encode ข้อความ email ( เมื่อดูจาก source code ) เพื่อปกป้องจาก spam และ email havesting
example:echo html::email ( "bamboolabcode@gmail.com" );