PHP 7.0.6 Released

EventHttpConnection::setTimeout

(PECL event >= 1.2.6-beta)

EventHttpConnection::setTimeoutSets the timeout for the connection

Description

public void EventHttpConnection::setTimeout ( int $timeout )

Sets the timeout for the connection

Parameters

timeout

Timeout in seconds.

Return Values

No value is returned.

User Contributed Notes

There are no user contributed notes for this page.
To Top