1 | <?php namespace eoxia; |
||
11 | class size_util extends \eoxia\Singleton_Util { |
||
12 | protected function construct() {} |
||
13 | |||
14 | /** |
||
15 | * convert to - Convert format to "oc" or deconvert |
||
16 | * |
||
17 | * @param float $input |
||
18 | * @param string $format |
||
19 | * @param boolean $convert |
||
20 | * @return float|number |
||
21 | */ |
||
22 | public function convert_to($input, $format, $convert = true) { |
||
37 | } |
||
38 | |||
40 |