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 /** * Retrieves the output column * * @phpstub * * @param int $result_id * @p..

Decoded Output download

<?php

/**
 * Retrieves the output column
 *
 * @phpstub
 *
 * @param int $result_id
 * @param mixed $field
 *
 * @return string Returns the column as a string, false on failure.
 */
function ovrimos_result($result_id, $field)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Retrieves the output column
 *
 * @phpstub
 *
 * @param int $result_id
 * @param mixed $field
 *
 * @return string Returns the column as a string, false on failure.
 */
function ovrimos_result($result_id, $field)
{
}

Function Calls

None

Variables

None

Stats

MD5 389d71b2a6e9d180fe3da4b850a46539
Eval Count 0
Decode Time 91 ms