Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 10679

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>NSAPI Functions</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="nsapi.constants.html">Predefined Constants</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.nsapi-request-headers.html">nsapi_request_headers</a></div>
 <div class="up"><a href="book.nsapi.html">NSAPI</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="ref.nsapi" class="reference">
  <h1 class="title">NSAPI Functions</h1>
  <div class="partintro">

    <h1 class="title">See Also</h1>
    <p class="para">
     NSAPI implements a subset of the functions from the Apache module for maximum compatibility.
    </p>

    <p class="para">
      <table class="doctable table">
       <caption><strong>Apache functions implemented by NSAPI</strong></caption>
       
        <thead>
         <tr>
          <th>Apache function (only as alias)</th>
          <th>NSAPI function</th>
          <th>Description</th>
         </tr>

        </thead>

        <tbody class="tbody">
         <tr>
          <td> <span class="function"><a href="function.apache-request-headers.html" class="function">apache_request_headers()</a></span></td>
          <td> <span class="function"><a href="function.nsapi-request-headers.html" class="function">nsapi_request_headers()</a></span></td>
          <td>Fetch all HTTP request headers</td>
         </tr>

         <tr>
          <td> <span class="function"><a href="function.apache-response-headers.html" class="function">apache_response_headers()</a></span></td>
          <td> <span class="function"><a href="function.nsapi-response-headers.html" class="function">nsapi_response_headers()</a></span></td>
          <td>Fetch all HTTP response headers</td>
         </tr>

         <tr>
          <td> <span class="function"><a href="function.getallheaders.html" class="function">getallheaders()</a></span></td>
          <td> <span class="function"><a href="function.nsapi-request-headers.html" class="function">nsapi_request_headers()</a></span></td>
          <td>Fetch all HTTP request headers</td>
         </tr>

         <tr>
          <td> <span class="function"><a href="function.virtual.html" class="function">virtual()</a></span></td>
          <td> <span class="function"><a href="function.nsapi-virtual.html" class="function">nsapi_virtual()</a></span></td>
          <td>Make NSAPI sub-request</td>
         </tr>

        </tbody>
       
      </table>

    </p>
  </div>





















 <h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.nsapi-request-headers.html">nsapi_request_headers</a> — Fetch all HTTP request headers</li><li><a href="function.nsapi-response-headers.html">nsapi_response_headers</a> — Fetch all HTTP response headers</li><li><a href="function.nsapi-virtual.html">nsapi_virtual</a> — Perform an NSAPI sub-request</li></ul>
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="nsapi.constants.html">Predefined Constants</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.nsapi-request-headers.html">nsapi_request_headers</a></div>
 <div class="up"><a href="book.nsapi.html">NSAPI</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>