$data = json_decode($out, true);
- Вернет массив. Далее как с обычным массивом
Uncaught TypeError: Cannot read property 'CURRENCY' of undefined
at Object.setCurrencies (core_currency.js?15103750412459:56)
at (index):5597
$directoryOnly = array_filter(scandir($directory), function($file) { return is_dir($file); })