Home
last modified time | relevance | path

Searched refs:fread (Results 226 – 229 of 229) sorted by path

12345678910

/plugin/zip/pear/File/Archive/Reader/
H A DFile.php195 $contents .= fread($this->handle, $blockSize);
202 return fread($this->handle, $length);
H A DGzip.php263 $data = fread($tmp, 8192);
/plugin/zip/pear/File/Archive/
H A DWriter.php104 $error = $this->writeData(fread($handle, 102400));
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php118 fread($this->handle, $pos);
140 fread($this->handle, $pos);
149 ($data = fread($read, min($length, 8192))) != '') {
160 fwrite($this->handle, fread($read, 8196));

12345678910