Net_POP3::connect()

Net_POP3::connect() -- Connection to POP3 server

Synopsis

require_once 'Net/POP3.php';

boolean Net_POP3::connect (string $host, integer $port)

Description

Connects to the given host on the given port. Also looks for the timestamp in the greeting needed for APOP authentication.

Paramètres

Valeur retournée

boolean - Renvoie TRUE en cas de succès, FALSE en cas d'échec.

Note

Cette fonction ne peut pas être appelée de façon statique.