lithium\net\Socket::timeout PHP Method

timeout() abstract public method

Sets the timeout on the socket *connection*.
abstract public timeout ( integer $time ) : boolean
$time integer Seconds after the connection times out.
return boolean `true` if timeout has been set, `false` otherwise.
    public abstract function timeout($time);