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

Decoded Output download

<?php

/**
 * Returns the output column name
 *
 * @phpstub
 *
 * @param int $result_id
 * @param int $field_number
 *
 * @return string Returns the field name as a string, or false on error.
 */
function ovrimos_field_name($result_id, $field_number)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the output column name
 *
 * @phpstub
 *
 * @param int $result_id
 * @param int $field_number
 *
 * @return string Returns the field name as a string, or false on error.
 */
function ovrimos_field_name($result_id, $field_number)
{
}

Function Calls

None

Variables

None

Stats

MD5 cef9a6c500486054b9e3a42386882e0d
Eval Count 0
Decode Time 72 ms