mirror of
https://github.com/php/doc-ja.git
synced 2026-03-30 11:02:18 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@195169 c90b9560-bf6c-de11-be94-00142212c4b1
114 lines
3.2 KiB
XML
114 lines
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- EN-Revision: 1.9 Maintainer: hirokawa Status: ready -->
|
||
<!-- $Revision: 1.4 $ -->
|
||
<!-- CREDITS: takagi -->
|
||
<!-- Purpose: utilspec.server -->
|
||
<!-- Membership: bundled -->
|
||
|
||
<reference id="ref.nsapi">
|
||
<title>NSAPI用関数</title>
|
||
<titleabbrev>NSAPI</titleabbrev>
|
||
<partintro>
|
||
<section id="nsapi.intro">
|
||
&reftitle.intro;
|
||
<para>
|
||
これらの関数は Netscpae/iPlanet/SunONE webサーバ上でNSAPIモジュールとして
|
||
PHPを実行している場合にのみ有効です。
|
||
</para>
|
||
</section>
|
||
|
||
<section id="nsapi.installation">
|
||
&reftitle.install;
|
||
<para>
|
||
Netscape/iPlanet/SunONE webサーバにPHPをインストールする方法については
|
||
インストールの章の NSAPI セクション
|
||
(<link linkend='install.unix.sun'>UNIX</link>、
|
||
<link linkend='install.windows.sun'>Windows</link>)
|
||
を参照してください。
|
||
</para>
|
||
</section>
|
||
|
||
&reference.nsapi.ini;
|
||
|
||
<section id="nsapi.resources">
|
||
&reftitle.resources;
|
||
&no.resource;
|
||
</section>
|
||
|
||
<section id="nsapi.constants">
|
||
&reftitle.constants;
|
||
&no.constants;
|
||
</section>
|
||
|
||
<section id="nsapi.seealso">
|
||
&reftitle.seealso;
|
||
<para>
|
||
NSAPIはできるだけ互換性を保持するためにApacheモジュール関数の
|
||
サブセットを実装しています。
|
||
</para>
|
||
|
||
<para>
|
||
<table>
|
||
<title>NSAPIに実装されているApache関数</title>
|
||
<tgroup cols="3">
|
||
<thead>
|
||
<row>
|
||
<entry>Apache 関数 (only as alias)</entry>
|
||
<entry>NSAPI 関数</entry>
|
||
<entry>説明</entry>
|
||
</row>
|
||
</thead>
|
||
<tbody>
|
||
<row>
|
||
<entry><function>apache_request_headers</function></entry>
|
||
<entry><function>nsapi_request_headers</function></entry>
|
||
<entry>HTTP リクエストヘッダを全て取得する</entry>
|
||
</row>
|
||
<row>
|
||
<entry><function>apache_response_headers</function></entry>
|
||
<entry><function>nsapi_response_headers</function></entry>
|
||
<entry>HTTP レスポンスヘッダを全て取得する</entry>
|
||
</row>
|
||
<row>
|
||
<entry><function>getallheaders</function></entry>
|
||
<entry><function>nsapi_request_headers</function></entry>
|
||
<entry>HTTP リクエストヘッダを全て取得する</entry>
|
||
</row>
|
||
<row>
|
||
<entry><function>virtual</function></entry>
|
||
<entry><function>nsapi_virtual</function></entry>
|
||
<entry>NSAPI サブリクエストを発行する</entry>
|
||
</row>
|
||
</tbody>
|
||
</tgroup>
|
||
</table>
|
||
</para>
|
||
</section>
|
||
|
||
</partintro>
|
||
|
||
&reference.nsapi.functions;
|
||
|
||
</reference>
|
||
<!-- Keep this comment at the end of the file
|
||
Local variables:
|
||
mode: sgml
|
||
sgml-omittag:t
|
||
sgml-shorttag:t
|
||
sgml-minimize-attributes:nil
|
||
sgml-always-quote-attributes:t
|
||
sgml-indent-step:1
|
||
sgml-indent-data:t
|
||
indent-tabs-mode:nil
|
||
sgml-parent-document:nil
|
||
sgml-default-dtd-file:"../../../manual.ced"
|
||
sgml-exposed-tags:nil
|
||
sgml-local-catalogs:nil
|
||
sgml-local-ecat-files:nil
|
||
End:
|
||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||
vim: et tw=78 syn=sgml
|
||
vi: ts=1 sw=1
|
||
-->
|
||
|