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

Decoded Output download

<?php

/**
 * Get field flags
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $field_offset
 *
 * @return string Returns a string containing the field flags of the specified key.
 *                This can be: ,
 *                , ,
 *                or .
 */
function msql_field_flags($result, $field_offset)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get field flags
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $field_offset
 *
 * @return string Returns a string containing the field flags of the specified key.
 *                This can be: ,
 *                , ,
 *                or .
 */
function msql_field_flags($result, $field_offset)
{
}

Function Calls

None

Variables

None

Stats

MD5 1a81dbea620b6ec1fd145826d2b2edb2
Eval Count 0
Decode Time 104 ms