(PHP 3 >= 3.0.4, PHP 4, PHP 5)
本函数将 number 从弧度转换为角度。
例子 1. rad2deg()
<?php echo rad2deg(M_PI_4); // 45 ?>
参见 deg2rad()。