array str_split ( string string [, int split_length] )
<?php $anemail = "lee@b.ca"; $newarray = str_split($anemail); ?>