EventHttpConnection::setLocalPort
(PECL event >= 1.2.6-beta)
EventHttpConnection::setLocalPort — Sets the local port from which connections are made
Description
public
void
EventHttpConnection::setLocalPort
(
int
$port
)Sets the local port from which connections are made.
Parameters
-
port
-
The port number.
Return Values
See Also
- EventHttpConnection::setLocalAddress() - Sets the IP address from which HTTP connections are made
- Функция EventHttpConnection::__construct() - Constructs EventHttpConnection object
- Функция EventHttpConnection::getBase() - Returns event base associated with the connection
- Функция EventHttpConnection::getPeer() - Gets the remote address and port associated with the connection
- Функция EventHttpConnection::makeRequest() - Makes an HTTP request over the specified connection
- Функция EventHttpConnection::setCloseCallback() - Set callback for connection close
- Функция EventHttpConnection::setLocalAddress() - Sets the IP address from which HTTP connections are made
- Функция EventHttpConnection::setLocalPort() - Sets the local port from which connections are made
- Функция EventHttpConnection::setMaxBodySize() - Sets maximum body size for the connection
- Функция EventHttpConnection::setMaxHeadersSize() - Sets maximum header size
- Функция EventHttpConnection::setRetries() - Sets the retry limit for the connection
- Функция EventHttpConnection::setTimeout() - Sets the timeout for the connection
Коментарии
404 Not Found