TwistPHP Documentation

email

File path: dist/twist/Core/Utilities/Validate.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

emailValidate the format of a Email

Parameters

Name Type Description
$strEmailAddressstringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$strEmailAddress 'foo';

//Call the function email with the example vars
Twist::Validate() -> email($strEmailAddress);