用PHP实现POP3收取邮件的类现在让我们来用PHP实现一个通过POP3协议收取信件的类吧,这个类中所用到的一些sock操作的函数,不另做特殊说明,请参考php的有关资料。通......
Function Close() {
if($this->connection!=0) {
if($this->state=="TRANSACTION")
$this->command("QUIT",3," OK");
fclose($this->connection);
$this->connection=0;
$this->state="DISCONNECTED"; }
}
6/6 首页 上一页 4 5 6 |