Net_Socket::connect() -- connects to a server
Description
Connect to the specified port. If called when the socket is
already connected, it disconnects and connects again.
Valeur retournée
boolean - Retourne TRUE en cas de succès,
un objet PEAR_Error en cas d'échec.
Valeurs renvoyées
Tableau 54-1. Valeurs PEAR_Error possibles
| Error code | Error message | Reason | Solution |
|---|
| every | every |
The connection could not be established because
wrong server name or adress the host itself is not link to a network a firewall does not allow an access
|
Check for server name, the connection to the net and possible
firewalls on client or server side
|
Note
Cette fonction ne peut pas être appelée de façon statique.