文件名称:php-units-of-measure测量单位转换的PHP库.zip
文件大小:60KB
文件格式:ZIP
更新时间:2022-07-31 04:51:18
类库下载-php-units-of-measure测量单位转换的PHP库
<?php namespace PhpUnitsOfMeasure; /** * Physical quantities with this trait * have units which are metric and therefore have * a standard set of prefixes. */ trait HasSIUnitsTrait { protected static function addMissingSIPrefixedUnits( UnitOfMeasure $siUnit, $toBaseSiUnitFactor, $namePattern, array $aliasPatterns = [] ) { /** * The standard set of SI prefixes */ $siPrefixes = [ [ 'abbr_prefix' => 'Y', 'long_prefix' => 'yotta', 'factor' => 1e24 ], [测量是按照某种规律,用数据来描述观察到的现象,即对事物作出量化描述。测量是对非量化实物的量化过程。在机械工程里面,测量指将被测量与具有计量单位的标准量在数值上进行比较,从而确定二者比值的实验认识过程。
【文件预览】:
php-units-of-measure测量单位转换的PHP库
----php中文网下载站.url(114B)
----php-units-of-measure-master()
--------Vagrantfile(784B)
--------.gitattributes(68B)
--------source()
--------.travis.yml(436B)
--------LICENSE(1KB)
--------README.md(15KB)
--------tests()
--------.gitignore(393B)
--------CHANGELOG.md(4KB)
--------composer.json(1KB)
----php中文网免费下载站.txt(219B)