<?PHP
declare(strict_types = 1);
$shipment_method_set = array (
'unknown' => 'ಅಪರಿಚಿತ',
'car' => 'ಕಾರಿನ ಮೂಲಕ',
'ship' => 'ಹಡಗಿನಿಂದ',
);