kphp icon indicating copy to clipboard operation
kphp copied to clipboard

Implement ini_get_all()

Open comm644 opened this issue 2 years ago • 0 comments

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

comm644 avatar Jun 20 '22 22:06 comm644