Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Hyperbolic cosine * * @phpstub * * @param float $arg * * @return float..
Decoded Output download
<?php
/**
* Hyperbolic cosine
*
* @phpstub
*
* @param float $arg
*
* @return float The hyperbolic cosine of
*/
function cosh($arg)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Hyperbolic cosine
*
* @phpstub
*
* @param float $arg
*
* @return float The hyperbolic cosine of
*/
function cosh($arg)
{
}
Function Calls
None |
Stats
MD5 | 485954be2371ea8ed12eb4cb0d35f777 |
Eval Count | 0 |
Decode Time | 91 ms |