aboutsummaryrefslogtreecommitdiff
path: root/src/ZipStream.php
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2018-09-03 06:49:06 -0400
committerPaul Duncan <pabs@pablotron.org>2018-09-03 09:54:50 -0400
commit50b7a1e8d2ab53ab08a84a704c1f4332756bcb2b (patch)
treed29ab6c06fb92e71edfc9d2576d0eebb06267cc4 /src/ZipStream.php
parentf054c511e79101e1797d088ddb003bb323ab191d (diff)
downloadzipstream-php-50b7a1e8d2ab53ab08a84a704c1f4332756bcb2b.tar.bz2
zipstream-php-50b7a1e8d2ab53ab08a84a704c1f4332756bcb2b.zip
add examples/09-version
Diffstat (limited to 'src/ZipStream.php')
-rw-r--r--src/ZipStream.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ZipStream.php b/src/ZipStream.php
index d7948bb..aa7e7e4 100644
--- a/src/ZipStream.php
+++ b/src/ZipStream.php
@@ -19,7 +19,10 @@ const VERSION = '0.3.0';
/**
* Version needed to extract.
+ *
* @internal
+ *
+ * @example "examples/09-version.php"
*/
const VERSION_NEEDED = 45;