PHP 아카이브(PHAR)를 생성, 업데이트 또는 추출. 더 많은 정보: https://manned.org/phar.
phar add -f {{경로/대상/phar_파일}} {{경로/대상/파일_또는_디렉터리1 경로/대상/파일_또는_디렉터리2 ...}}
phar list -f {{경로/대상/phar_파일}}
phar delete -f {{경로/대상/phar_파일}} -e {{파일_또는_디렉터리}}
phar compress -f {{경로/대상/phar_파일}} -c {{알고리즘}}
phar info -f {{경로/대상/phar_파일}}
phar sign -f {{경로/대상/phar_파일}} -h {{알고리즘}}
phar sign -f {{경로/대상/phar_파일}} -h openssl -y {{경로/대상/개인_키}}
phar help