<html> <head> <title> Fonction Mathématique</title> </head> <body> <?php $nombre = ceil(6); // 6
<html> <head> <title> Fonction Define</title> </head> <body> <?php $mois = array("Janvier", "F
<?php print abs(3.14); print abs(-6.25); ?>
<html> <head> <title> Fonction Mathématique</title> </head> <body> <?php for ($x = 1; $x < 10; $x++
<html> <head> <title> Fonction Mathématique</title> </head> <body> <?php print decbin(27); // 11
<html> <head> <title> Fonction Mathématique</title> </head> <body> <?php $nombre_double = 3.14;
<html> <head> <title> Fonction Mathématique</title> </head> <body> <?php print bindec(11011); //
<html> <head><title>Exemple de fonction prédéfinie 'abs()'</title></head> <body> <div> <?php $n
<html> <head> <title> Fonction Mathématique</title> </head> <body> <?php print deg2rad(8
<html> <head> <title> Fonction Mathématique</title> </head> <body> <?php $resultat = round(3.14);