kphp
kphp copied to clipboard
Implement ini_get_all()
Hi, all!
ini_get() return error when ini-variable not defined. But I won't get any errors for this. I would like to call
$vars = ini_get_all();
and read defined and not defined variables silently..
Please implement this method. https://www.php.net/manual/ru/function.ini-get-all.php