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 /** * Handling of LONG columns * * @phpstub * * @param resource $result_id * ..
Decoded Output download
<?php
/**
* Handling of LONG columns
*
* @phpstub
*
* @param resource $result_id
* @param int $length
*
* @return bool
*/
function odbc_longreadlen($result_id, $length)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Handling of LONG columns
*
* @phpstub
*
* @param resource $result_id
* @param int $length
*
* @return bool
*/
function odbc_longreadlen($result_id, $length)
{
}
Function Calls
None |
Stats
MD5 | 7b2f51d6d4bd617a94581f44766695cb |
Eval Count | 0 |
Decode Time | 89 ms |