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 /** * Divide two arbitrary precision numbers * * @phpstub * * @param string $l..
Decoded Output download
<?php
/**
* Divide two arbitrary precision numbers
*
* @phpstub
*
* @param string $left_operand
* @param string $right_operand
* @param int $scale
*
* @return string Returns the result of the division as a string, or null if
* is 0.
*/
function bcdiv($left_operand, $right_operand, $scale = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Divide two arbitrary precision numbers
*
* @phpstub
*
* @param string $left_operand
* @param string $right_operand
* @param int $scale
*
* @return string Returns the result of the division as a string, or null if
* is 0.
*/
function bcdiv($left_operand, $right_operand, $scale = NULL)
{
}
Function Calls
None |
Stats
MD5 | 3f9ecca90d0dc925b2fba471c1299e77 |
Eval Count | 0 |
Decode Time | 86 ms |