Searched refs:expirytime (Results 1 – 3 of 3) sorted by relevance
77 $expirytime = $this->helper->getcacheexpirytime();78 …$urlmap=array_filter($urlmap,function($r) use($expirytime){return $r['lastcheck']>=$expirytime;});…
15 function expiry_totime($expiry,$expirytime=null){ argument16 if(isset($expirytime)) return $expirytime;
30 $expirytime = $this->helper->getcacheexpirytime();41 if(isset($r)&&$r['lastcheck']>=$expirytime){