⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 phar.fileformat.zip.html

📁 php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Zip-based phars</title>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="phar.fileformat.tar.html">Tar-based phars</a></div> <div class="next" style="text-align: right; float: right;"><a href="phar.fileformat.phar.html">Phar File Format</a></div> <div class="up"><a href="phar.fileformat.html">What makes a phar a phar and not a tar or a zip?</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="phar.fileformat.zip" class="section">  <h2 class="title">Zip-based phars</h2>  <p class="para">   Archives based on the zip file format support several features built into   the zip file format.  Per-file and whole-archive metadata is stored in   the zip file comment and zip archive comment as a serialized string.  Pre-existing   zip comments will be successfully read as a string.  Per-file compression   read/write is supported with zlib compression, and read access is supported   with bzip2 compression.  There is no limit on the number of files   within a zip-based phar archive.  Empty directories are stored in the zip archive   as files with a trailing slash like <i>my/directory/</i>  </p> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="phar.fileformat.tar.html">Tar-based phars</a></div> <div class="next" style="text-align: right; float: right;"><a href="phar.fileformat.phar.html">Phar File Format</a></div> <div class="up"><a href="phar.fileformat.html">What makes a phar a phar and not a tar or a zip?</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -