JBZoo\Data\Ini::_decode PHP Method

_decode() protected method

Utility Method to unserialize the given data
protected _decode ( string $string ) : mixed
$string string
return mixed
    protected function _decode($string)
    {
        return parse_ini_string($string, true, INI_SCANNER_NORMAL);
    }