POP3::__construct PHP Method

__construct() public method

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