PHP Classes

File: src/data/continent.php

Recommend this page to a friend!
  Classes of Moamen Eltouny   PHP World Information   src/data/continent.php   Download  
File: src/data/continent.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP World Information
Get several types of details of world locations
Author: By
Last change:
Date: 3 years ago
Size: 194 bytes
 

Contents

Class file image Download
<?php
return [
   
"AF" => "Africa",
   
"AN" => "Antarctica",
   
"AS" => "Asia",
   
"EU" => "Europe",
   
"NA" => "North America",
   
"OC" => "Oceania",
   
"SA" => "South America"
];