Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
calculateTime ($seconds, $microSeconds) | |
DegradedTimeConverter throws UnsatisfiedDependencyException
exceptions if attempting to use time conversion functionality in an environment that does not support large integers (i.e. when moontoast/math is not available)
calculateTime | ( | $seconds, | |
$microSeconds | |||
) |
Throws an UnsatisfiedDependencyException
string | $seconds | |
string | $microSeconds |
UnsatisfiedDependencyException | if called on a 32-bit system and Moontoast\Math\BigNumber is not present |
Implémente TimeConverterInterface.