| [ Index ] | 
		    PHP Cross Reference of WordPress | 
    
[Source view] [Print] [Project Stats]
fsockopen HTTP transport
| File Size: | 451 lines (13 kb) | 
| Included or required: | 0 times | 
| Referenced: | 0 times | 
| Includes or requires: | 0 files | 
Requests_Transport_fsockopen:: (7 methods):
  request()
  request_multiple()
  accept_encoding()
  format_get()
  connect_error_handler()
  verify_certificate_from_context()
  test()
Class: Requests_Transport_fsockopen - X-Ref
fsockopen HTTP transport| request($url, $headers = array() X-Ref | 
| Perform a request return: string Raw HTTP result param: string $url URL to request param: array $headers Associative array of request headers param: string|array $data Data to send either as the POST body, or as parameters in the URL for a GET/HEAD param: array $options Request options, see {@see Requests::response()} for documentation  | 
| request_multiple($requests, $options) X-Ref | 
| Send multiple requests simultaneously return: array Array of Requests_Response objects (may contain Requests_Exception or string responses as well) param: array $requests Request data (array of 'url', 'headers', 'data', 'options') as per {@see Requests_Transport::request} param: array $options Global options, see {@see Requests::response()} for documentation  | 
| accept_encoding() X-Ref | 
| Retrieve the encodings we can accept return: string Accept-Encoding header value  | 
| format_get($url_parts, $data) X-Ref | 
| Format a URL given GET data return: string URL with data param: array $url_parts param: array|object $data Data to build query using, see {@see https://secure.php.net/http_build_query}  | 
| connect_error_handler($errno, $errstr) X-Ref | 
| Error handler for stream_socket_client() param: int $errno Error number (e.g. E_WARNING) param: string $errstr Error message  | 
| verify_certificate_from_context($host, $context) X-Ref | 
| Verify the certificate against common name and subject alternative names Unfortunately, PHP doesn't check the certificate against the alternative names, leading things like 'https://www.github.com/' to be invalid. Instead return: bool param: string $host Host name to verify against param: resource $context Stream context  | 
| test($capabilities = array() X-Ref | 
| Whether this transport is valid return: boolean True if the transport is valid, false otherwise.  | 
| Generated: Thu Dec 15 01:00:02 2022 | Cross-referenced by PHPXref 0.7.1 |