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 /** * Return the type of the column corresponding to the given field offset * * ..

Decoded Output download

<?php

/**
 * Return the type of the column corresponding to the given field offset
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $field_offset
 *
 * @return string Type of the column, on success.
 */
function cubrid_field_type($result, $field_offset)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return the type of the column corresponding to the given field offset
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $field_offset
 *
 * @return string Type of the column, on success.
 */
function cubrid_field_type($result, $field_offset)
{
}

Function Calls

None

Variables

None

Stats

MD5 9e120a8ac477b6fcfda8a80200a9597e
Eval Count 0
Decode Time 2085 ms