Approval.
This commit is contained in:
10
kn/units_length_set.php
Normal file
10
kn/units_length_set.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_length_set = array (
|
||||
'm' => 'm',
|
||||
'dm' => 'dm',
|
||||
'cm' => 'cm',
|
||||
'mm' => 'mm',
|
||||
'ft' => 'ft',
|
||||
'in' => 'inch',
|
||||
);
|
Reference in New Issue
Block a user