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 column information from a result and return as an object * * @phpstub ..

Decoded Output download

<?php

/**
 * Get column information from a result and return as an object
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $field_offset
 *
 * @return object Returns an object containing field information, or false on errors.
 */
function fbsql_fetch_field($result, $field_offset = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get column information from a result and return as an object
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $field_offset
 *
 * @return object Returns an object containing field information, or false on errors.
 */
function fbsql_fetch_field($result, $field_offset = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 78dfc3a528a98dd93c3982891f745076
Eval Count 0
Decode Time 82 ms