Net_Server_Handler::onIdle
Net_Server_Handler::onIdle() – onIdle handler
Synopsis
require_once 'ServerHandler.php';
void Net_Server_Handler::onIdle (
)
Description
This handler is called whenever the server is idle (has nothing to do), and that for a given number of seconds (timeout). Currently, only the sequential driver supports this handler.
The timeout can be specified by passing the desired number of seconds to
setIdleTimeout(). By default, the timeout is set to
NULL
, which means that the handler is deactivated.
Note
This function can not be called statically.