| email() | ใช้ตรวจสอบว่าเป็นรูปแบบ email หรือไม่ |
|---|
method:email ( email );
return type:boolean
special:static
content:ใช้ตรวจสอบว่าเป็นรูปแบบ email หรือไม่
example:$my_email = "bamboolabcode@gmail.com"; if ( valid::email ( $my_email ) ) { echo "This is the email."; }