New function : convertRomanArabicNumbers

This commit is contained in:
Divlo
2019-09-21 19:45:54 +02:00
parent cb215f60d6
commit 2c8a118be4
8 changed files with 111 additions and 0 deletions

View File

@ -68,6 +68,11 @@ switch ($currentpage) {
$description = "Convertis du texte (encodé en UTF-8) en binaire et l'inverse aussi.";
$image = 'https://function.divlo.fr/img/function-image/convertBinaryText.png';
break;
case '/views/function-views/convertRomanArabicNumbers.php':
$title = "Conversion d'un nombre arabe en nombre romain";
$description = "Convertis un nombre arabe en nombre romain.";
$image = 'https://function.divlo.fr/img/function-image/convertRomanArabicNumbers.png';
break;
default:
$title = 'Erreur 404';
$description = "Cette page n'existe pas!";