The PHP acosh() function returns the inverse hyperbolic cosine of a number.

				
					<?php
echo(acosh(7);
?>
				
			

Syntax

				
					acosh(number)