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 /** * Square root * * @phpstub * * @param float $arg * * @return float The s..
Decoded Output download
<?php
/**
* Square root
*
* @phpstub
*
* @param float $arg
*
* @return float The square root of
* or the special value for negative numbers.
*/
function sqrt($arg)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Square root
*
* @phpstub
*
* @param float $arg
*
* @return float The square root of
* or the special value for negative numbers.
*/
function sqrt($arg)
{
}
Function Calls
None |
Stats
MD5 | 6f2a49dcc2692343c3879b1442a484dc |
Eval Count | 0 |
Decode Time | 110 ms |