SproutCMS

This is the code documentation for the SproutCMS project

function email()

Validate email, commonly used characters only

Usage

void Validity::email ( string $val );

Example

$valid->check('email', 'Validity::email')

Arguments

  1. string $val
    email address

Exceptions thrown

Return value

  • void