update : 2015.11.03
php.shukuma.com검색:
|
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. 예제
Example #1 GET example
<?php Example #2 POST example
<?php |