Whose argument will contain string data consisting of a valid email address. this function will take the email addres as the argument and return an array with two keys: user to the username part and domain for the domain part of the address
Example:
$arr= SplitEmailAddress('[email protected]')
$arr['user'] should contain the string ----> myusername
$arg['domain'] should contain the string ----> website.example.com