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 /** * Inverse hyperbolic tangent * * @phpstub * * @param float $arg * * @ret..

Decoded Output download

<?php

/**
 * Inverse hyperbolic tangent
 *
 * @phpstub
 *
 * @param float $arg
 *
 * @return float Inverse hyperbolic tangent of
 */
function atanh($arg)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Inverse hyperbolic tangent
 *
 * @phpstub
 *
 * @param float $arg
 *
 * @return float Inverse hyperbolic tangent of
 */
function atanh($arg)
{
}

Function Calls

None

Variables

None

Stats

MD5 9cf2d8c7389b56b38c5a0cdc65633fbd
Eval Count 0
Decode Time 77 ms