faq.misc.html
来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 187 行 · 第 1/2 页
HTML
187 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Miscellaneous Questions</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="faq.html">FAQ</a></div> <div class="next" style="text-align: right; float: right;"><a href="appendices.html">Appendices</a></div> <div class="up"><a href="faq.html">FAQ</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div> <h1>Miscellaneous Questions</h1> <p class="para"> There can be some questions we can't put into other categories. Here you can find them. </p> <div class="qandaset"><ol class="qandaset_questions"><li><a href="#faq.misc.bz2"> How can I handle the bz2 compressed manuals on Windows? </a></li><li><a href="#faq.misc.arguments.references"> What does & beside argument mean in function declaration of e.g. asort()? </a></li><li><a href="#faq.misc.registerglobals"> How do I deal with register_globals? </a></li></ol> <dl> <dt><strong> <p class="para"> How can I handle the bz2 compressed manuals on Windows? </p> </strong></dt> <dd><a name="faq.misc.bz2"></a> <p class="para"> If you don't have an archiver-tool to handle bz2 files <a href="http://www.bzip.org/" class="link external">» download</a> the command line tool from Redhat (please find further information below). </p> <p class="para"> If you would not like to use a command line tool, you can try free tools like <a href="http://www.stuffit.com/" class="link external">» Stuffit Expander</a>, <a href="http://www.ultimatezip.com/" class="link external">» UltimateZip</a>, <a href="http://www.7-zip.org/" class="link external">» 7-Zip</a>, or <a href="http://www.quickzip.org/" class="link external">» Quick Zip</a>. If you have tools like <a href="http://www.rarlab.com/" class="link external">» WinRAR</a> or <a href="http://www.powerarchiver.com/" class="link external">» Power Archiver</a>, you can easily decompress the bz2 files with it. If you use Total Commander (formerly Windows Commander), a bz2 plugin for that program is available freely from the <a href="http://www.ghisler.com/" class="link external">» Total Commander</a> site. </p> <p class="para"> The bzip2 command line tool from Redhat: </p> <p class="para"> Win2k Sp2 users grab the latest version 1.0.2, all other Windows user should grab version 1.00. After downloading rename the executable to bzip2.exe. For convenience put it into a directory in your path, e.g. C:\Windows where C represents your Windows installation drive. </p> <p class="para"> Note: lang stands for your language and x for the desired format, e.g.: pdf. To uncompress the php_manual_lang.x.bz2 follow these simple instructions: <ul class="itemizedlist"> <li class="listitem"> <span class="simpara">open a command prompt window</span> </li> <li class="listitem"> <span class="simpara"> cd to the folder where you stored the downloaded php_manual_lang.x.bz2 </span> </li> <li class="listitem"> <span class="simpara"> invoke bzip2 -d php_manual_lang.x.bz2, extracting php_manual_lang.x in the same folder </span> </li> </ul> </p> <p class="para"> In case you downloaded the php_manual_lang.tar.bz2 with many html-files in it, the procedure is the same. The only difference is that you got a file
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?