array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'eventhttpconnection.setlocaladdress.php', 1 => 'EventHttpConnection::setLocalAddress', 2 => 'Sets the IP address from which HTTP connections are made', ), 'up' => array ( 0 => 'class.eventhttpconnection.php', 1 => 'EventHttpConnection', ), 'prev' => array ( 0 => 'eventhttpconnection.setclosecallback.php', 1 => 'EventHttpConnection::setCloseCallback', ), 'next' => array ( 0 => 'eventhttpconnection.setlocalport.php', 1 => 'EventHttpConnection::setLocalPort', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/event/eventhttpconnection/setlocaladdress.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

EventHttpConnection::setLocalAddress

(PECL event >= 1.2.6-beta)

EventHttpConnection::setLocalAddressSets the IP address from which HTTP connections are made

Beschreibung

public EventHttpConnection::setLocalAddress( string $address ): void

Sets the IP address from which http connections are made.

Parameter-Liste

address

The IP address from which HTTP connections are made.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Siehe auch