diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/09-version.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/09-version.php b/examples/09-version.php new file mode 100644 index 0000000..6360f94 --- /dev/null +++ b/examples/09-version.php @@ -0,0 +1,7 @@ +<?php +declare(strict_types = 1); + +require_once __DIR__ . '/../src/ZipStream.php'; + +# print zipstream version +echo \Pablotron\ZipStream\VERSION . "\n"; |