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

Decoded Output download

<?php

/**
 * Get field length
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $field_offset
 *
 * @return int Returns the length of the specified field or false on error.
 */
function msql_field_len($result, $field_offset)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get field length
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $field_offset
 *
 * @return int Returns the length of the specified field or false on error.
 */
function msql_field_len($result, $field_offset)
{
}

Function Calls

None

Variables

None

Stats

MD5 72d05dc807c99029a37ccbb122170dad
Eval Count 0
Decode Time 91 ms