$v ) { $_SESSION[self::$fix . $k] = $v; } } if( $type === 'location' ) { if( $time > 0 ) { sleep($time); } header('Location: ' . $url, true); } else { header('Refresh:'.$time.'; url='.$url); } if( $exit === true && ! defined('ZN_REDIRECT_NOEXIT') ) { exit; // @codeCoverageIgnore } } }