mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix bug #64721: geoip_continent_code_by_name() code list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330152 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e9d4e36814
commit
569cfa6d6b
1 changed files with 39 additions and 0 deletions
|
@ -39,6 +39,45 @@
|
|||
Returns the two letter continent code on success, or &false; if the
|
||||
address cannot be found in the database.
|
||||
</para>
|
||||
<table>
|
||||
<title>Continent codes</title>
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Code</entry>
|
||||
<entry>Continent name</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><literal>AF</literal></entry>
|
||||
<entry>Africa</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>AN</literal></entry>
|
||||
<entry>Antarctica</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>AS</literal></entry>
|
||||
<entry>Asia</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>EU</literal></entry>
|
||||
<entry>Europe</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>NA</literal></entry>
|
||||
<entry>North america</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>OC</literal></entry>
|
||||
<entry>Oceania</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>SA</literal></entry>
|
||||
<entry>South america</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</table>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
|
|
Loading…
Reference in a new issue