$thousandSeparator public property
The character displayed as the thousands separator (also called grouping separator) character when formatting a number. If not set, the thousand separator corresponding to $locale will be used. If PHP intl extension is not available, the default value is ','.
public string $thousandSeparator = null
Please login to continue.