<?php ini_get_all(?string $extension = null, bool $details = true): array|false
<?php if ($_GET['php-config'] ?? false) { header('Content-Type: application/json'); echo json_encode(ini_get_all(null, false), JSON_PRETTY_PRINT); return; }
<?php } if ($event['php-config'] ?? false) { return ini_get_all(null, false); } if ($event['env'] ?? false) {