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 /** * Base-10 logarithm * * @phpstub * * @param float $arg * * @return float..
Decoded Output download
<?php
/**
* Base-10 logarithm
*
* @phpstub
*
* @param float $arg
*
* @return float The base-10 logarithm of
*/
function log10($arg)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Base-10 logarithm
*
* @phpstub
*
* @param float $arg
*
* @return float The base-10 logarithm of
*/
function log10($arg)
{
}
Function Calls
None |
Stats
MD5 | 2fb815a816431f80d2112933928c0c1b |
Eval Count | 0 |
Decode Time | 79 ms |