mini\Util\Math\DecimalMath::padRight() Method

private static

Signature

private static function padRight(string $value, int $zeros): string

Parameters

Name Type Default Description
$value string required Documentation missing
$zeros int required Documentation missing

Returns

string

Documentation

Pad integer string with zeros on the right (handles negatives)

Source

src/Util/Math/DecimalMath.php:228-237