Dans :
Fonctions PHP
Concepts PHP
Fonctions MySQL
Fonctions HTML
Forum PHP/MySQL
Cours PHP/MySQL
Scripts PHP/MySQL
rad2deg convertit number (supposé en radians) en degrés.
<?phpecho rad2deg(M_PI_4); // 45?>
Voir aussi deg2rad .