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 binary column data * * @phpstub * * @param resource $result_..
Decoded Output download
<?php
/**
* Handling of binary column data
*
* @phpstub
*
* @param resource $result_id
* @param int $mode
*
* @return bool
*/
function odbc_binmode($result_id, $mode)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Handling of binary column data
*
* @phpstub
*
* @param resource $result_id
* @param int $mode
*
* @return bool
*/
function odbc_binmode($result_id, $mode)
{
}
Function Calls
None |
Stats
MD5 | 02c4813ca5ddfd380cdcd677414fb3f7 |
Eval Count | 0 |
Decode Time | 76 ms |