ok, I know php natively supports counting by numbers and alpha characters (1,2,3…; a, b, c, etc…).
but what about roman numbers? does it natively support counting by roman numerals? I couldn't find anything but just want to make sure I'm not missing anything.
If not, I can just use regular numbers and convert to roman so it is no big deal.