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 type of the output column * * @phpstub * * @param int $resul..

Decoded Output download

<?php

/**
 * Returns the type of the output column
 *
 * @phpstub
 *
 * @param int $result_id
 * @param int $field_number
 *
 * @return int Returns the field type as an integer, or false on error.
 */
function ovrimos_field_type($result_id, $field_number)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the type of the output column
 *
 * @phpstub
 *
 * @param int $result_id
 * @param int $field_number
 *
 * @return int Returns the field type as an integer, or false on error.
 */
function ovrimos_field_type($result_id, $field_number)
{
}

Function Calls

None

Variables

None

Stats

MD5 258349101259917a33102e58b9af1a08
Eval Count 0
Decode Time 69 ms