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

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

Net_Socket::writeLine()

Net_Socket::writeLine() -- EOL を含めたデータを書き込む

説明

データをソケットに書き込みます。データの最後に "\r\n" が付け加えられます。

パラメータ

  • string $data - 書き込むデータ。

返り値

boolean - 成功時には TRUE、 失敗時には PEAR_Error を返します。

注意

この関数は、スタティックにコールする ことはできません。

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

Download Documentation Last updated: Sun, 05 Oct 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.