8 lines
		
	
	
		
			145 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			145 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| declare(strict_types = 1);
 | |
| $shipment_method_set = array (
 | |
|   'unknown' => 'Ismeretlen',
 | |
|   'car' => 'Személyautó',
 | |
|   'ship' => 'Hajó',
 | |
| );
 |