class BigNumberTimeConverter implements TimeConverterInterface (View source)

Methods

string[]
calculateTime(string $seconds, string $microSeconds)

Calculates low, mid, high time array.

Details

string[] calculateTime(string $seconds, string $microSeconds)

Calculates low, mid, high time array.

Parameters

string $seconds
string $microSeconds

Return Value

string[] An array guaranteed to contain 'low', 'mid', and 'high' keys.