UrlRequest curl class added

This commit is contained in:
2024-11-06 18:56:17 +09:00
parent a65485e56a
commit 1bb4d5f426
10 changed files with 2538 additions and 60 deletions

View File

@@ -4,4 +4,7 @@ require "../vendor/autoload.php";
print "Bytes: " . CoreLibs\Convert\Byte::humanReadableByteFormat(123414) . "<br>";
$curl = new CoreLibs\UrlRequests\Curl();
print "Config: " . print_r($curl->getConfig(), true) . "<br>";
// __END__