14 lines
		
	
	
		
			238 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			238 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| declare(strict_types = 1);
 | |
| $tlPlacetypes = array (
 | |
|   0 => 'Administratibo',
 | |
|   1 => 'Makasaysayan',
 | |
|   2 => 'Rehiyon',
 | |
|   3 => 'Lansangan',
 | |
|   4 => 'Gusali',
 | |
|   5 => 'Bundok',
 | |
|   6 => 'Gubat',
 | |
|   7 => 'Katawan ng tubig',
 | |
|   8 => 'Isla',
 | |
| );
 |