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 /** * Multiply two arbitrary precision number * * @phpstub * * @param string $..

Decoded Output download

<?php

/**
 * Multiply two arbitrary precision number
 *
 * @phpstub
 *
 * @param string $left_operand
 * @param string $right_operand
 * @param int $scale
 *
 * @return string Returns the result as a string.
 */
function bcmul($left_operand, $right_operand, $scale = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Multiply two arbitrary precision number
 *
 * @phpstub
 *
 * @param string $left_operand
 * @param string $right_operand
 * @param int $scale
 *
 * @return string Returns the result as a string.
 */
function bcmul($left_operand, $right_operand, $scale = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 74b79b0b9a91f755e21f70ea2940f7a9
Eval Count 0
Decode Time 1367 ms