Example #1
0
function iv($var, $val = null)
{
    if ($val) {
        iv::set($var, $val);
    } else {
        return iv::get($var);
    }
}