GeoIP2-php/doc/v2.1.0/index.html

162 lines
5.4 KiB
HTML
Raw Normal View History

2014-10-29 17:12:11 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>GeoIP2 PHP API v2.1.0</title>
<link rel="stylesheet" href="resources/style.css?1648332946">
</head>
<body>
<div id="left">
<div id="menu">
<span>Overview</span>
<div id="groups">
<h3>Namespaces</h3>
<ul>
<li><a href="namespace-GeoIp2.html">GeoIp2<span></span></a>
<ul>
<li><a href="namespace-GeoIp2.Database.html">Database</a>
</li>
<li><a href="namespace-GeoIp2.Exception.html">Exception</a>
</li>
<li><a href="namespace-GeoIp2.Model.html">Model</a>
</li>
<li><a href="namespace-GeoIp2.Record.html">Record</a>
</li>
<li><a href="namespace-GeoIp2.WebService.html">WebService</a>
</li>
</ul></li>
<li><a href="namespace-PHP.html">PHP</a>
</li>
</ul>
</div>
<hr>
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-GeoIp2.Database.Reader.html">GeoIp2\Database\Reader</a></li>
<li><a href="class-GeoIp2.Model.AnonymousIp.html">GeoIp2\Model\AnonymousIp</a></li>
<li><a href="class-GeoIp2.Model.City.html">GeoIp2\Model\City</a></li>
<li><a href="class-GeoIp2.Model.ConnectionType.html">GeoIp2\Model\ConnectionType</a></li>
<li><a href="class-GeoIp2.Model.Country.html">GeoIp2\Model\Country</a></li>
<li><a href="class-GeoIp2.Model.Domain.html">GeoIp2\Model\Domain</a></li>
<li><a href="class-GeoIp2.Model.Insights.html">GeoIp2\Model\Insights</a></li>
<li><a href="class-GeoIp2.Model.Isp.html">GeoIp2\Model\Isp</a></li>
<li><a href="class-GeoIp2.Record.AbstractPlaceRecord.html">GeoIp2\Record\AbstractPlaceRecord</a></li>
<li><a href="class-GeoIp2.Record.AbstractRecord.html">GeoIp2\Record\AbstractRecord</a></li>
<li><a href="class-GeoIp2.Record.City.html">GeoIp2\Record\City</a></li>
<li><a href="class-GeoIp2.Record.Continent.html">GeoIp2\Record\Continent</a></li>
<li><a href="class-GeoIp2.Record.Country.html">GeoIp2\Record\Country</a></li>
<li><a href="class-GeoIp2.Record.Location.html">GeoIp2\Record\Location</a></li>
<li><a href="class-GeoIp2.Record.MaxMind.html">GeoIp2\Record\MaxMind</a></li>
<li><a href="class-GeoIp2.Record.Postal.html">GeoIp2\Record\Postal</a></li>
<li><a href="class-GeoIp2.Record.RepresentedCountry.html">GeoIp2\Record\RepresentedCountry</a></li>
<li><a href="class-GeoIp2.Record.Subdivision.html">GeoIp2\Record\Subdivision</a></li>
<li><a href="class-GeoIp2.Record.Traits.html">GeoIp2\Record\Traits</a></li>
<li><a href="class-GeoIp2.WebService.Client.html">GeoIp2\WebService\Client</a></li>
</ul>
<h3>Interfaces</h3>
<ul>
<li><a href="class-GeoIp2.ProviderInterface.html">GeoIp2\ProviderInterface</a></li>
<li><a href="class-JsonSerializable.html">JsonSerializable</a></li>
</ul>
<h3>Exceptions</h3>
<ul>
<li><a href="class-BadFunctionCallException.html">BadFunctionCallException</a></li>
<li><a href="class-BadMethodCallException.html">BadMethodCallException</a></li>
<li><a href="class-Exception.html">Exception</a></li>
<li><a href="class-GeoIp2.Exception.AddressNotFoundException.html">GeoIp2\Exception\AddressNotFoundException</a></li>
<li><a href="class-GeoIp2.Exception.AuthenticationException.html">GeoIp2\Exception\AuthenticationException</a></li>
<li><a href="class-GeoIp2.Exception.GeoIp2Exception.html">GeoIp2\Exception\GeoIp2Exception</a></li>
<li><a href="class-GeoIp2.Exception.HttpException.html">GeoIp2\Exception\HttpException</a></li>
<li><a href="class-GeoIp2.Exception.InvalidRequestException.html">GeoIp2\Exception\InvalidRequestException</a></li>
<li><a href="class-GeoIp2.Exception.OutOfQueriesException.html">GeoIp2\Exception\OutOfQueriesException</a></li>
<li><a href="class-InvalidArgumentException.html">InvalidArgumentException</a></li>
<li><a href="class-LogicException.html">LogicException</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="">
<input type="hidden" name="ie" value="UTF-8">
<input type="text" name="q" class="text" placeholder="Search" autofocus>
</form>
<div id="navigation">
<ul>
<li class="active">
<span>Overview</span> </li>
<li>
<span>Namespace</span> </li>
<li>
<span>Class</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<div id="content">
<h1>GeoIP2 PHP API v2.1.0</h1>
<table class="summary" id="namespaces">
<caption>Namespaces summary</caption>
<tr>
<td class="name"><a href="namespace-GeoIp2.html">GeoIp2</a></td>
</tr>
<tr>
<td class="name"><a href="namespace-GeoIp2.Database.html">GeoIp2\Database</a></td>
</tr>
<tr>
<td class="name"><a href="namespace-GeoIp2.Exception.html">GeoIp2\Exception</a></td>
</tr>
<tr>
<td class="name"><a href="namespace-GeoIp2.Model.html">GeoIp2\Model</a></td>
</tr>
<tr>
<td class="name"><a href="namespace-GeoIp2.Record.html">GeoIp2\Record</a></td>
</tr>
<tr>
<td class="name"><a href="namespace-GeoIp2.WebService.html">GeoIp2\WebService</a></td>
</tr>
<tr>
<td class="name"><a href="namespace-PHP.html">PHP</a></td>
</tr>
</table>
</div>
<div id="footer">
GeoIP2 PHP API v2.1.0 API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
</div>
<script src="resources/combined.js"></script>
<script src="elementlist.js"></script>
</body>
</html>