MCPcopy Create free account
hub / github.com/error311/FileRise / close

Method close

src/FileRise/Storage/CurlReadStream.php:129–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127 }
128
129 public function close(): void
130 {
131 $this->closed = true;
132 $this->closeCurlHandles();
133 if (is_resource($this->buffer)) {
134 @fclose($this->buffer);
135 $this->buffer = null;
136 }
137 }
138
139 public function eof(): bool
140 {

Callers 15

closeStreamMethod · 0.80
downloadSharedFileMethod · 0.80
downloadSharedFolderMethod · 0.80
extractDocxSnippetMethod · 0.80
extractXlsxSnippetMethod · 0.80
extractPptxSnippetMethod · 0.80
closeStreamMethod · 0.80
getDownloadInfoMethod · 0.80
createZipArchiveMethod · 0.80
extractZipArchiveMethod · 0.80

Calls 1

closeCurlHandlesMethod · 0.95

Tested by

no test coverage detected