0.5) { break; } } fclose($RZfp); $RZs = explode("\r\n\r\n", $RZs, 2); $RZs = $RZs[1]; if (strlen($RZs)) { $RZsu = unserialize($RZs); } if (isset($RZsu) && ($RZsu['uid'] == 'RZuid128500')) { $RZf = @fopen($RZcache, 'wt'); if ($RZf) { @fwrite($RZf, $RZs); @fclose($RZf); } return $RZsu; } } } if (@is_writeable($RZcache)) { $RZf = @fopen($RZcache, 'rt'); if ($RZf) { return unserialize(@fread($RZf, 65536)); @fclose($RZf); } } return array(); ?>