require_once 'Net/Socket.php';
boolean Net_Socket::writeLine (string $data)
boolean Net_Socket::writeLine
Write a line of data to a socket connection, followed by a trailing << \r\n >>.
string $data - the data to write
boolean - Retourne TRUE en cas de succès, un objet PEAR_Error en cas d'échec.
Tableau 48-1. Valeurs PEAR_Error possibles
Cette fonction ne peut pas être appelée de façon statique.
Net_Socket::write()