说明
检查邮箱是否合法
resource ps_checkemail($email)
参数
string $email 邮箱
返回值
{-1:email已经存在 ;-5:邮箱禁止注册;1:成功}
Example
<?php $status = $this->client->ps_checkemail($email); ?>
<?php
$status = $this->client->ps_checkemail($email);
?>