This class can convert a number to a string appending a prefix.
It can take a number and calculate its order of magnitude to determine what is the prefix to be appended to the number, for instance converting 250000 to 250K.
The conversion can be configured to define rounding rules, the numeric base, and the text of the prefixes.
Features
- Bidirectional conversions between numbers and their prefixed number (with properly configured encoding)
- Adjustable grade of rounding (if by significant digits, or by decimals)
- For the conversion from number to number with prefix, you can specify if you want the output to be in a single string, or the number and prefix alone.
- Can be extended with other bases, just adding the settings for a base in a config file of that base
Follow PHP Prefixer
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of PHP Prefixer!