float cosh ( float $arg )
Returns the hyperbolic cosine of arg, defined as (exp(arg) + exp(-arg))/2.
[More at php.net]
number $arg