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 /** * Returns the length of the specified field * * @phpstub * * @param resour..

Decoded Output download

<?php

/**
 * Returns the length of the specified field
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $field_offset
 *
 * @return int Returns the length of the specified field.
 */
function fbsql_field_len($result, $field_offset = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the length of the specified field
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $field_offset
 *
 * @return int Returns the length of the specified field.
 */
function fbsql_field_len($result, $field_offset = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 4ae1d3fb7160050f43b08fb7e2ba02d4
Eval Count 0
Decode Time 95 ms