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 /** * On Balance Volume * * @phpstub * * @param array $real * @param array $v..

Decoded Output download

<?php

/**
 * On Balance Volume
 *
 * @phpstub
 *
 * @param array $real
 * @param array $volume
 *
 * @return array Returns an array with calculated data or false on failure.
 */
function trader_obv($real, $volume)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * On Balance Volume
 *
 * @phpstub
 *
 * @param array $real
 * @param array $volume
 *
 * @return array Returns an array with calculated data or false on failure.
 */
function trader_obv($real, $volume)
{
}

Function Calls

None

Variables

None

Stats

MD5 af191bc3904b491801afaaa59f941434
Eval Count 0
Decode Time 111 ms