1
기본적으로 Windows를 사용하여 .phar 언어 파일을 추출, 편집 및 다시 압축해야합니다. php를 다운로드하고 php.exe로 .phar 파일을 실행하려고했지만 php 프로그램 창이 사라집니다.Windows를 사용하여 .phar 파일을 추출하고 "압축"하는 방법
이 작업을 수행하기위한 쉬운 방법이나 단계별 가이드가 있습니까?
기본적으로 Windows를 사용하여 .phar 언어 파일을 추출, 편집 및 다시 압축해야합니다. php를 다운로드하고 php.exe로 .phar 파일을 실행하려고했지만 php 프로그램 창이 사라집니다.Windows를 사용하여 .phar 파일을 추출하고 "압축"하는 방법
이 작업을 수행하기위한 쉬운 방법이나 단계별 가이드가 있습니까?
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
...