POP3::__construct PHP 메소드

__construct() 공개 메소드

Constructor, sets the initial values
public __construct ( ) : POP3
리턴 POP3
    public function __construct()
    {
        $this->pop_conn = 0;
        $this->connected = false;
        $this->error = null;
    }