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 float * * @phpstub * * @param float $val * @param int $precisi..

Decoded Output download

<?php

/**
 * Rounds a float
 *
 * @phpstub
 *
 * @param float $val
 * @param int $precision
 * @param int $mode
 *
 * @return float The rounded value
 */
function round($val, $precision = false, $mode = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Rounds a float
 *
 * @phpstub
 *
 * @param float $val
 * @param int $precision
 * @param int $mode
 *
 * @return float The rounded value
 */
function round($val, $precision = false, $mode = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 efc9c12ca527c53cff5d9c1fa6f426c6
Eval Count 0
Decode Time 99 ms