wp-includes/Requests/Transport/fsockopen.php
Lines:
1 to 18 of 18
<?php /** * fsockopen HTTP transport * * @package Requests * @subpackage Transport */ /* class Requests_Transport_fsockopen */ /* function Requests_Transport_fsockopen::request() – Perform a request */ /* function Requests_Transport_fsockopen::request_multiple() – Send multiple requests simultaneously */ /* function Requests_Transport_fsockopen::accept_encoding() – Retrieve the encodings we can accept */ /* function Requests_Transport_fsockopen::format_get() – Format a URL given GET data */ /* function Requests_Transport_fsockopen::connect_error_handler() – Error handler for stream_socket_client() */ /* function Requests_Transport_fsockopen::verify_certificate_from_context() – Verify the certificate against common name and subject alternative names */ /* function Requests_Transport_fsockopen::test() – Whether this transport is valid */