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 /** * Rounds a variant to the specified number of decimal places * * @phpstub *..
Decoded Output download
<?php
/**
* Rounds a variant to the specified number of decimal places
*
* @phpstub
*
* @param mixed $variant
* @param int $decimals
*
* @return mixed Returns the rounded value.
*/
function variant_round($variant, $decimals)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Rounds a variant to the specified number of decimal places
*
* @phpstub
*
* @param mixed $variant
* @param int $decimals
*
* @return mixed Returns the rounded value.
*/
function variant_round($variant, $decimals)
{
}
Function Calls
None |
Stats
MD5 | ba19ac07aed6b41eaa245df7c0a28ad8 |
Eval Count | 0 |
Decode Time | 83 ms |