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;
    }