如何提取和压缩"使用Windows的.phar文件

时间:2014-12-16 15:18:28

标签: php windows phar

基本上我需要使用windows提取,编辑和重新打包.phar语言文件。 我已经下载了php并试图用php.exe运行.phar文件,但php程序窗口消失了。

有没有简单的方法来执行此操作或逐步指导?

1 个答案:

答案 0 :(得分:0)

PHP版本包含一个phar可执行文件,您也可以在Windows上运行。

您可以使用它来提取文件并将文件添加到存档。

$ phar help-list
add compress delete extract help help-list info list
meta-del meta-get meta-set pack sign stub-get stub-set tree version

$ phar help
add        Add entries to a PHAR package.

       Required arguments:

       -f  <file>   Specifies the phar file to work on.
       ...          Any number of input files and directories. If -i is in
                    use then ONLY files and matching the given regular
                    expression are being packed. If -x is given then files
...