|
HttpRequest::send(PECL pecl_http >= 0.10.0) HttpRequest::send — Send request ОписаниеSend the HTTP request.
Возвращаемые значенияReturns the received response as HttpMessage object. ОшибкиThrows HttpRuntimeException, HttpRequestException, HttpMalformedHeaderException, HttpEncodingException. Примеры
Пример #1 GET example
<?php Пример #2 POST example
<?php |
|