nbrConversionFormat()
nbrConversionFormat(string $value, ?int $places) : string
Formats a number base string value with leading zeroes.
Parameters
string |
$value |
The "number" to pad
|
?int |
$places |
The length that we want to pad this value
|
Returns
string
— The padded "number"