This question shows research effort; it is useful and clear
-2
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在尝试从 MySQL 表中读取 zip 文件的内容,这些文件在表中存储为 blob。比如表有3列id(integer), filename(varchar), file(longblob),有一行(1, example, BLOB),'BLOB'其实是一个zip文件,怎么读这个文件以及 PHP 压缩包中的文件列表?