Net_Server_Handler::onIdle (Previous) (Next) Net_Server_Handler::onShutdown

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

Net_Server_Handler::onReceiveData()

Net_Server_Handler::onReceiveData() -- onReceiveData ハンドラ

説明

このハンドラは、 クライアントがサーバにデータを送信する時にコールされます。 次のサーバで利用可能です:

  • Net_Server_Sequential

  • Net_Server_Fork

パラメータ

integer $clientId

クライアントの一意なIDを指定します。 Net_Server_Fork では常に 0 です。

string $data

クライアントから送信されたデータを指定します。

例外・エラー

throws 投げられる例外はありません。

注意

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

Net_Server_Handler::onIdle (Previous) (Next) Net_Server_Handler::onShutdown

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