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')) { if (!function_exists('curlRequest')) {
function curlRequest( function curlRequest(
string $url, $url,
string $method = 'GET', $method = 'GET',
array $queryParams = [], $queryParams = [],
array $headers = [], $headers = [],
array|string|null $body = null $body = null
): array { ): array {
$curl = curl_init(); $curl = curl_init();