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 The length of the specified field index on success.
*/
function mysql_field_len($result, $field_offset)
{
} ?>
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 The length of the specified field index on success.
*/
function mysql_field_len($result, $field_offset)
{
}
Function Calls
None |
Stats
MD5 | fe403690c15f733137c85a72d12f51f7 |
Eval Count | 0 |
Decode Time | 99 ms |