💾 Archived View for freeshell.de › tldr › phar.gmi captured on 2023-01-29 at 05:09:04. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Create, update or extract PHP archives (PHAR).
phar add -f {path/to/phar_file} {files_or_directories}
phar list -f {path/to/phar_file}
phar delete -f {path/to/phar_file} -e {file_or_directory}
phar help
phar compress -f {path/to/phar_file} -c {algorithm}
phar info -f {path/to/phar_file}
phar sign -f {path/to/phar_file} -h {algorithm}
phar sign -f {path/to/phar_file} -h openssl -y {path/to/private_key}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).