Pix Lib and Validations #2

Merged
bacarin merged 32 commits from bacarin/phpkore:master into master 2025-07-11 18:33:17 +00:00
Showing only changes of commit 507e68a153 - Show all commits

View file

@ -2,11 +2,11 @@
if (!function_exists('curlRequest')) {
function curlRequest(
string $url,
string $method = 'GET',
array $queryParams = [],
array $headers = [],
array|string|null $body = null
$url,
$method = 'GET',
$queryParams = [],
$headers = [],
$body = null
): array {
$curl = curl_init();