The PHP sqrt() function returns the square root of a number.

				
					<?php
echo(sqrt(9));
?>
				
			

Syntax

				
					sqrt(number)