Net_Server_Driver_Fork::setMaxClients

Net_Server_Driver_Fork::setMaxClients() – 最大同時接続数をセットする

Synopsis

require_once 'ServerDriverFork.php';

void Net_Server_Driver_Fork::setMaxClients ( int $maxClients )

Description

各クライアントがそれ自身のプロセスを得ることはできません。

Parameter

integer $maxClients

Throws

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

Note

This function can not be called statically.