[ Index ] |
PHP Cross Reference of YOURLS |
[Source view] [Print] [Project Stats]
HTTP Proxy connection interface
File Size: | 164 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
__construct($args = null) X-Ref |
Constructor param: array|string|null $args Proxy as a string or an array of proxy, user and password. since: 1.6 |
register(Hooks $hooks) X-Ref |
Register the necessary callbacks param: \WpOrg\Requests\Hooks $hooks Hook system since: 1.6 |
curl_before_send(&$handle) X-Ref |
Set cURL parameters before the data is sent param: resource|\CurlHandle $handle cURL handle since: 1.6 |
fsockopen_remote_socket(&$remote_socket) X-Ref |
Alter remote socket information before opening socket connection param: string $remote_socket Socket connection string since: 1.6 |
fsockopen_remote_host_path(&$path, $url) X-Ref |
Alter remote path before getting stream data param: string $path Path to send in HTTP request string ("GET ...") param: string $url Full URL we're requesting since: 1.6 |
fsockopen_header(&$out) X-Ref |
Add extra headers to the request before sending param: string $out HTTP header string since: 1.6 |
get_auth_string() X-Ref |
Get the authentication string (user:pass) return: string since: 1.6 |
Generated: Sat Feb 22 05:10:06 2025 | Cross-referenced by PHPXref 0.7.1 |