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 /** * Get the type of the specified field in a result * * @phpstub * * @param ..

Decoded Output download

<?php

/**
 * Get the type of the specified field in a result
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $field_offset
 *
 * @return string Returns the field type, as a string.
 */
function fbsql_field_type($result, $field_offset = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get the type of the specified field in a result
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $field_offset
 *
 * @return string Returns the field type, as a string.
 */
function fbsql_field_type($result, $field_offset = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 9d1a7f2f52d0aa6f95c9bc817a0280f3
Eval Count 0
Decode Time 94 ms