Searched refs:getMTime (Results 1 – 8 of 8) sorted by relevance
75 if (-1 !== $mtime = $this->getMTime()) {99 public function getMTime() function in Hoa\\Iterator\\SplFileInfo102 return parent::getMTime();
93 function getMTime($time) function in File_Archive_Writer_Zip124 $mtime = $this->getMTime(isset($stat[9]) ? $stat[9] : null);157 $mtime = $this->getMTime(isset($stat[9]) ? $stat[9] : null);
89 public function getMTime(); function
115 ? $item->getMTime() + $this->cleanupInterval < time()
489 return $current->getMTime() >= $time;493 return $current->getMTime() < $time;
133 public function getMTime() function in Hoa\\File\\Generic
128 ->integer($result->getMTime())
543 if ($fileInfo->getMTime() + $this->expirationTime < $now) {