<?PHP declare(strict_types = 1); $units_length_set = array ( 'm' => 'м', 'dm' => 'дм', 'cm' => 'см', 'mm' => 'мм', 'ft' => 'фут', 'in' => 'дюйм', );