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 field information * * @phpstub * * @param resource $result * @param..

Decoded Output download

<?php

/**
 * Get field information
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $field_offset
 *
 * @return object Returns an object containing field information. The properties of the
 *                object are:
 */
function msql_fetch_field($result, $field_offset = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get field information
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $field_offset
 *
 * @return object Returns an object containing field information. The properties of the
 *                object are:
 */
function msql_fetch_field($result, $field_offset = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 98f286765a3962df14207db30f8dde42
Eval Count 0
Decode Time 89 ms