KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
HTTP
http_build_cookie
http_build_str
http_build_url
http_cache_etag
http_cache_last_modified
http_chunked_decode
http_date
http_deflate
http_get
http_get_request_body
http_get_request_body_stream
http_get_request_headers
http_head
http_inflate
http_match_etag
http_match_modified
http_match_request_header
http_negotiate_charset
http_negotiate_content_type
http_negotiate_language
http_parse_cookie
http_parse_headers
http_parse_message
http_parse_params
http_persistent_handles_clean
http_persistent_handles_count
http_persistent_handles_ident
http_post_data
http_post_fields
http_put_data
http_put_file
http_put_stream
http_redirect
http_request
http_request_body_encode
http_request_method_exists
http_request_method_name
http_request_method_register
http_request_method_unregister
http_send_content_disposition
http_send_content_type
http_send_data
http_send_file
http_send_last_modified
http_send_status
http_send_stream
http_support
http_throttle
ob_deflatehandler
ob_etaghandler
ob_inflatehandler
Home
>
PHP
>
Function
>
HTTP
>
http_get()
http_get()
http_get - Perform GET request
Syntax
string
http_get
(
string
$url,
array
$options,
array
&$info)
Arguments
url - URL
options - request options
info - Will be filled with request/response information
Description
Performs an HTTP GET request on the supplied url.
Version
PHP PECL pecl_http >= 0.1.0
Return value
Returns the HTTP response(s) as string on success, or FALSE on failure.