<?php fclose(resource $stream): bool
<?php $stream = fopen($file->getRealPath(), 'r'); $this->disk()->put($path, $stream); if (is_resource($stream)) { fclose($stream); } $this->path($path)->syncOriginal();
<?php rewind($stream); } fpassthru($stream); fclose($stream); }); return $response;
<?php sleep($lockFor); fclose($handle); return true; }