mirror of
https://github.com/php/doc-ja.git
synced 2026-03-23 22:52:11 +01:00
49 lines
1.5 KiB
XML
49 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 9d2fd3237ae1fa758ffc9beb1039110525802d1d Maintainer: takagi Status: ready -->
|
|
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="book.geoip">
|
|
<?phpdoc extension-membership="pecl" ?>
|
|
<title>Geo IP ロケーション</title>
|
|
<titleabbrev>GeoIP</titleabbrev>
|
|
|
|
<preface xml:id="intro.geoip">
|
|
&reftitle.intro;
|
|
<simpara>
|
|
GeoIP 拡張モジュールを使用すると、IP アドレスの場所を探すことができます。
|
|
市、州、国、経度、緯度そして ISP や接続方式などの情報が
|
|
GeoIP を用いて取得できます。
|
|
</simpara>
|
|
<warning>
|
|
<simpara>
|
|
この拡張モジュールは、MaxMind の現在の "GeoIP2" データベースをサポートしません。
|
|
"GeoIP legacy" データベース・ファイルのみサポートします。
|
|
</simpara>
|
|
</warning>
|
|
</preface>
|
|
|
|
&reference.geoip.setup;
|
|
&reference.geoip.constants;
|
|
&reference.geoip.reference;
|
|
|
|
</book>
|
|
<!-- 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:"~/.phpdoc/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
|
|
-->
|