[ Index ] |
PHP Cross Reference of YOURLS |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 146 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
CurlRequest:: (5 methods):
__construct()
post()
get()
createCurl()
execute()
Class: CurlRequest - X-Ref
This class is for internal use only. Semantic versioning does not not apply.__construct(string $url, array $options) X-Ref |
param: array<string, mixed> $options |
post(string $body) X-Ref |
return: array{0:int, 1:string|null, 2:string|null} |
get() X-Ref |
return: array{0:int, 1:string|null, 2:string|null} |
createCurl() X-Ref |
return: \CurlHandle |
execute($curl) X-Ref |
return: array{0:int, 1:string|null, 2:string|null} param: \CurlHandle $curl |
Generated: Wed Mar 12 05:10:01 2025 | Cross-referenced by PHPXref 0.7.1 |