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 /** * Free resources associated with a result * * @phpstub * * @param resource..
Decoded Output download
<?php
/**
* Free resources associated with a result
*
* @phpstub
*
* @param resource $result_id
*
* @return bool Always returns true.
*/
function odbc_free_result($result_id)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Free resources associated with a result
*
* @phpstub
*
* @param resource $result_id
*
* @return bool Always returns true.
*/
function odbc_free_result($result_id)
{
}
Function Calls
None |
Stats
MD5 | a03eb7cda8adccf92b53276595d8118e |
Eval Count | 0 |
Decode Time | 79 ms |