diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-09-03 06:49:06 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-09-03 09:54:50 -0400 |
commit | 50b7a1e8d2ab53ab08a84a704c1f4332756bcb2b (patch) | |
tree | d29ab6c06fb92e71edfc9d2576d0eebb06267cc4 /src | |
parent | f054c511e79101e1797d088ddb003bb323ab191d (diff) | |
download | zipstream-php-50b7a1e8d2ab53ab08a84a704c1f4332756bcb2b.tar.bz2 zipstream-php-50b7a1e8d2ab53ab08a84a704c1f4332756bcb2b.zip |
add examples/09-version
Diffstat (limited to 'src')
-rw-r--r-- | src/ZipStream.php | 3 |
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; |