Is there a way to uncompress .Z files using php?

前端 未结 2 405
终归单人心
终归单人心 2021-01-21 02:37

Is there a way to uncompress .Z files using php?

2条回答
  •  不要未来只要你来
    2021-01-21 03:25

    After searching some i've found that .z files are files that were compressed using the compress program. If your php installation allows shell_exec and your webserver is running unix/linux you could run the uncompress program on your server. This is the (untested) idea:

提交回复
热议问题