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 /** * Send MS SQL query * * @phpstub * * @param string $query * @param resour..
Decoded Output download
<?php
/**
* Send MS SQL query
*
* @phpstub
*
* @param string $query
* @param resource $link_identifier
* @param int $batch_size
*
* @return mixed Returns a MS SQL result resource on success, true if no rows were
* returned, or false on error.
*/
function mssql_query($query, $link_identifier = NULL, $batch_size = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Send MS SQL query
*
* @phpstub
*
* @param string $query
* @param resource $link_identifier
* @param int $batch_size
*
* @return mixed Returns a MS SQL result resource on success, true if no rows were
* returned, or false on error.
*/
function mssql_query($query, $link_identifier = NULL, $batch_size = false)
{
}
Function Calls
None |
Stats
MD5 | 74403ac8c19f6a880b80519bef4c8c9f |
Eval Count | 0 |
Decode Time | 109 ms |