<?php getimagesize(string $filename, array &$image_info = null): array|false
<?php { stream_copy_to_stream($this->storage->readStream($this->path), $tmpFile = tmpfile()); return @getimagesize(stream_get_meta_data($tmpFile)['uri']); } public function temporaryUrl()