示例#1
0
 public function file_exists($path)
 {
     if ($path === '') {
         return true;
     } else {
         return parent::file_exists($path);
     }
 }