Searched defs:getStat (Results 1 – 9 of 9) sorted by relevance
| /plugin/zip/pear/File/Archive/Reader/ | ||
| D | Tar.php | 130 function getStat() { return $this->currentStat; } function in File_Archive_Reader_Tar |
| D | Relay.php | 64 function getStat() { return $this->source->getStat(); } function in File_Archive_Reader_Relay |
| D | Ar.php | 106 function getStat() function in File_Archive_Reader_Ar |
| D | Concat.php | 93 function getStat() { return $this->stat; } function in File_Archive_Reader_Concat |
| D | Zip.php | 73 function getStat() { return $this->currentStat; } function in File_Archive_Reader_Zip |
| D | Memory.php | 110 function getStat() { return $this->stat; } function in File_Archive_Reader_Memory |
| D | Cache.php | 114 function getStat() { return $this->files[$this->pos]['stat']; } function in File_Archive_Reader_Cache |
| D | File.php | 129 function getStat() function in File_Archive_Reader_File |
| /plugin/zip/pear/File/Archive/ | ||
| D | Reader.php | 152 function getStat() { return array(); } function in File_Archive_Reader |