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

📄 java.servlet.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>Java Servlet SAPI</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="java.constants.html">Predefined Constants</a></div> <div class="next" style="text-align: right; float: right;"><a href="java.examples.html">Examples</a></div> <div class="up"><a href="book.java.html">Java</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div> <h1>Java Servlet SAPI</h1> <p class="para">  The Java Servlet SAPI builds upon the mechanism defined by the Java  extension to enable the entire PHP processor to be run as a servlet.  The primary advantage of this from a PHP perspective is that web servers  which support servlets typically take great care in pooling and reusing  JVMs. Build instructions for the Servlet SAPI module can be found in   <var class="filename">php4/sapi/README</var>.  Notes:  <ul class="itemizedlist">   <li class="listitem">    <span class="simpara">     While this code is intended to be able to run on any servlet engine,     it has only been tested on Apache&#039;s Jakarta/tomcat to date. Bug     reports, success stories and/or patches required to get this code     to run on other engines would be appreciated.    </span>   </li>   <li class="listitem">    <span class="simpara">     PHP has a habit of changing the working directory. sapi/servlet will     eventually change it back, but while PHP is running the servlet engine     may not be able to load any classes from the CLASSPATH which are     specified using a relative directory syntax, or find the work directory     used for administration and JSP compilation tasks.    </span>   </li>  </ul> </p></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="java.constants.html">Predefined Constants</a></div> <div class="next" style="text-align: right; float: right;"><a href="java.examples.html">Examples</a></div> <div class="up"><a href="book.java.html">Java</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 + -