Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16734 программиста и 1644 робота. Сейчас ищут 1297 программистов ...
EventHttpConnection::setLocalPort - Sets the local port from which connections are made
Вернуться к: EventHttpConnection
EventHttpConnection::setLocalPort
(PECL event >= 1.2.6-beta)
EventHttpConnection::setLocalPort — Sets the local port from which connections are made
Описание
public
void
EventHttpConnection::setLocalPort
(
int
$port
)Sets the local port from which connections are made.
Список параметров
-
port
-
The port number.
Возвращаемые значения
Смотрите также
- EventHttpConnection::setLocalAddress() - Sets the IP address from which HTTP connections are made
Вернуться к: EventHttpConnection