assertPhar.php
Table of Contents
Functions
- assertPhar() : void
- Ensures that the `PharData` class and `phar` extension are available in the PHP environment.
Functions
assertPhar()
Ensures that the `PharData` class and `phar` extension are available in the PHP environment.
assertPhar() : void
This function is typically used as a safeguard before attempting to work with .phar
, .tar
, .tar.gz
, or .zip
files using the PharData
class.