POP3::__construct PHP Méthode

__construct() public méthode

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