Conversion: Dec 2 Roman Converter
Nikola Posa (contact me)
This class can be used to convert numbers between decimal and roman representations and vice-versa.
It takes a number between 1 and 10999 and converts it to a string that represents the number with roman digits.
The class can also do the opposite, i.e. take a string that contains a number represented with roman digits and converts it to decimal.
Click here for detailed information about this class on phpclasses.org