2014-12-16 4 views

답변

0

PHP 릴리스에는 Windows에서도 실행할 수있는 phar 실행 파일이 포함되어 있습니다.

파일을 추출하고 아카이브에 파일을 추가하는 데 사용할 수 있습니다.

$ 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 
...