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

📄 phar.creating.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>Creating Phar Archives</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.using.object.html">Using Phar Archives: the Phar and PharData class</a></div> <div class="next" style="text-align: right; float: right;"><a href="phar.fileformat.html">What makes a phar a phar and not a tar or a zip?</a></div> <div class="up"><a href="book.phar.html">Phar</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div> <h1>Creating Phar Archives</h1> <div id="phar.creating.intro" class="section"> <h2 class="title">Creating Phar Archives: Introduction</h2> <p class="para">  To be written fully in the near future.  Before reading this, be sure to read  <a href="phar.using.html" class="link">How to use Phar Archives</a>. </p> <p class="para">  A great place to start is by reading about <a href="phar.buildfromiterator.html" class="function">Phar::buildFromIterator()</a>,  and the specifics of the <a href="phar.fileformat.html" class="link">file format</a> choices  available for archives.  A healthy understanding of what a stub is and does is crucial  to phar archive creation, and so <a href="phar.setstub.html" class="function">Phar::setStub()</a> and  <a href="phar.createdefaultstub.html" class="function">Phar::createDefaultStub()</a> are good places to start as well.  If you are distributing a web-based application, it is crucial to know about  <a href="phar.webphar.html" class="function">Phar::webPhar()</a> and related method  <a href="phar.mungserver.html" class="function">Phar::mungServer()</a>.  Any application that accesses  its own files should also consider using <a href="phar.interceptfilefuncs.html" class="function">Phar::interceptFileFuncs()</a>. </p></div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="phar.using.object.html">Using Phar Archives: the Phar and PharData class</a></div> <div class="next" style="text-align: right; float: right;"><a href="phar.fileformat.html">What makes a phar a phar and not a tar or a zip?</a></div> <div class="up"><a href="book.phar.html">Phar</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 + -