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 /** * Arc tangent of two variables * * @phpstub * * @param float $y * @param ..
Decoded Output download
<?php
/**
* Arc tangent of two variables
*
* @phpstub
*
* @param float $y
* @param float $x
*
* @return float The arc tangent of /
* in radians.
*/
function atan2($y, $x)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Arc tangent of two variables
*
* @phpstub
*
* @param float $y
* @param float $x
*
* @return float The arc tangent of /
* in radians.
*/
function atan2($y, $x)
{
}
Function Calls
None |
Stats
MD5 | f9a80b2e4c9fc9f0e35331acd4bd66c1 |
Eval Count | 0 |
Decode Time | 89 ms |