boolean Net_Socket::write (
string $data
)
データをソケットに書き込みます。
string $data - 書き込むデータ。
boolean - Returns TRUE on success,
PEAR_Error on failure.
| エラー番号 | エラーメッセージ | 原因 | 対応方法 |
|---|---|---|---|
| NULL | "not connected" | 接続が確立されていません。 | まず接続を確立しなければなりません( Net_Socket::connect())。 |
This function can not be called statically.