Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Differences Between: [Versions 311 and 401] [Versions 400 and 401] [Versions 401 and 402] [Versions 401 and 403]

(no description)

File Size: 694 lines (36 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: ConvertUOM  - X-Ref

getConversionCategories()   X-Ref
getConversionGroups
Returns a list of the different conversion groups for UOM conversions.

return: array

getConversionCategoryUnits($category = null)   X-Ref
getConversionGroupUnits
Returns an array of units of measure, for a specified conversion group, or for all groups.

param: string $category The group whose units of measure you want to retrieve
return: array

getConversionCategoryUnitDetails($category = null)   X-Ref
getConversionGroupUnitDetails.

param: string $category The group whose units of measure you want to retrieve
return: array

getConversionMultipliers()   X-Ref
getConversionMultipliers
Returns an array of the Multiplier prefixes that can be used with Units of Measure in CONVERTUOM().

return: mixed[]

getBinaryConversionMultipliers()   X-Ref
getBinaryConversionMultipliers
Returns an array of the additional Multiplier prefixes that can be used with Information Units of Measure in CONVERTUOM().

return: mixed[]

CONVERT($value, $fromUOM, $toUOM)   X-Ref
CONVERT.

Converts a number from one measurement system to another.
For example, CONVERT can translate a table of distances in miles to a table of distances
in kilometers.

Excel Function:
CONVERT(value,fromUOM,toUOM)

param: array|float|int|string $value the value in fromUOM to convert
param: array|string $fromUOM the units for value
param: array|string $toUOM the units for the result
return: array|float|string Result, or a string containing an error

getUOMDetails(string $uom)   X-Ref
No description

convertTemperature(string $fromUOM, string $toUOM, $value)   X-Ref

param: float|int $value
return: float|int

resolveTemperatureSynonyms(string $uom)   X-Ref
No description