The PHP sin() function returns the sine of a number.

				
					<?php
echo(sin(3));
?>
				
			

Syntax

				
					sin(number)