echo "<br>";
$this->show_debug(".\r\n", "out"); //以只含点的行结束数据传送
$this->wait("250"); 这里总是返回 system busy
if(!$this->do_command("QUIT", "250"))
{
fclose($this->fp);
return false;
}
fclose($this->fp);
}
return true;
} //end if($this->fp)
else
{
$this->show_debug("Connect failed!", "in");
return false;
}
} //end send
} //end class
?>
$this->show_debug(".\r\n", "out"); //以只含点的行结束数据传送
$this->wait("250"); 这里总是返回 system busy
if(!$this->do_command("QUIT", "250"))
{
fclose($this->fp);
return false;
}
fclose($this->fp);
}
return true;
} //end if($this->fp)
else
{
$this->show_debug("Connect failed!", "in");
return false;
}
} //end send
} //end class
?>
| 对此文章发表了评论 |
