TCPDF_STATIC::intToRoman( $number )
Returns the Roman representation of an integer number
Description Description
Parameters Parameters
- $number
-
(Required) (int) number to convert
Return Return
(string) roman representation of the specified number
Source Source
File: includes/lib/tcpdf/include/tcpdf_static.php
Changelog Changelog
Version | Description |
---|---|
4.4.004 | Introduced. |