function(string $path) { if ($this->check()) { clearstatcache(); $file = $this->getRealPath($path); if ($file) { return $this->_exists($file); } } return false; }