Stud.IP  3.2 Revision
email_validation_class Class Reference
Collaboration diagram for email_validation_class:
Collaboration graph

Public Member Functions

 __construct ()
 

Data Fields

 $username_regular_expression =null
 
 $password_regular_expression ="/^([[:print:]]{4,72})\$/"
 
 $name_regular_expression ='/^[-_ a-zA-ZÀ-ÿ\']+$/'
 
 $telefon_regular_expression ="/^([0-9 \(\)\\/+_-]*)\$/"
 
 $email_regular_expression ='/^([-+.0-9=?A-Z_a-z{|}~])+@([-.0-9=?A-Z_a-z{|}~])+\.[a-zA-Z]{2,6}$/i'
 
 $email_regular_expression_restricted_part = "/^([a-zA-Z0-9_]|\\-|\\.)+"
 
 $timeout =10
 
 $data_timeout =10
 
 $localhost ="studip.de"
 
 $localuser ="info"
 
 $debug =0
 
 $html_debug =0
 
 $exclude_address =""
 
 $getmxrr ="GetMXRR"
 
 $next_token =""
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Field Documentation

◆ $data_timeout

$data_timeout =10

◆ $debug

$debug =0

◆ $email_regular_expression

$email_regular_expression ='/^([-+.0-9=?A-Z_a-z{|}~])+@([-.0-9=?A-Z_a-z{|}~])+\.[a-zA-Z]{2,6}$/i'

◆ $email_regular_expression_restricted_part

$email_regular_expression_restricted_part = "/^([a-zA-Z0-9_]|\\-|\\.)+"

◆ $exclude_address

$exclude_address =""

◆ $getmxrr

$getmxrr ="GetMXRR"

◆ $html_debug

$html_debug =0

◆ $localhost

$localhost ="studip.de"

◆ $localuser

$localuser ="info"

◆ $name_regular_expression

$name_regular_expression ='/^[-_ a-zA-ZÀ-ÿ\']+$/'

◆ $next_token

$next_token =""

◆ $password_regular_expression

$password_regular_expression ="/^([[:print:]]{4,72})\$/"

◆ $telefon_regular_expression

$telefon_regular_expression ="/^([0-9 \(\)\\/+_-]*)\$/"

◆ $timeout

$timeout =10

◆ $username_regular_expression

$username_regular_expression =null

The documentation for this class was generated from the following file: