Net_Socket::write() (Previous) (Next) Example

View this page in Last updated: Sun, 28 Sep 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Net_Socket::writeLine()

Net_Socket::writeLine() -- write data including EOL

Description

Write a line of data to a socket connection, followed by a trailing << \r\n >>.

Paramètres

  • string $data - the data to write

Valeur retournée

boolean - Retourne TRUE en cas de succès, un objet PEAR_Error en cas d'échec.

Note

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

Net_Socket::write() (Previous) (Next) Example

Download Documentation Last updated: Sun, 28 Sep 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.