|
EventHttpConnection::makeRequestMakes an HTTP request over the specified connection Beschreibung
public
bool
EventHttpConnection::makeRequest
(
EventHttpRequest
$req
,
int
$type
,
string
$uri
)
Makes an HTTP request over the specified connection.
Parameter-Liste
Rückgabewerte
Returns BeispieleBeispiel #1 EventHttpConnection::makeRequest example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: _request_handler Success: 200 Body: PHP, date: 2013-03-13T20:27:52+05:00 Siehe auch
|