<!DOCTYPE html>
<html>
<body>
<?php
echo deg2rad("45") . "<br>";
echo deg2rad("90") . "<br>";
echo deg2rad("360");
?>
</body>
</html>