'success', 'info' => $cache, 'input' => $input ]; } $info_file = __DIR__ . "\\..\\..\\..\\info.ini"; $key_file = __DIR__ . "\\..\\..\\..\\Key.key"; $unn = parse_ini_file($info_file); $unn = intval($unn['unn']); $info = json_decode(HRCEncryptor::decrypt(file_get_contents($key_file), $unn), true); if (!$cache) { $cache = Cache::store(245817422, 'v1', $input, $info); } return [ 'status' => 'success', 'info' => $cache, 'input' => $input ]; } }