roman - general This class is for encoding decimal numbers to roman numbers and roman numbers to decimal numbers i.e. encode: 5 => V and decode: V => 5 etc.
info at phpclasses dot org