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 /** * Get result data * * @phpstub * * @param resource $result * @param int $..
Decoded Output download
<?php
/**
* Get result data
*
* @phpstub
*
* @param resource $result
* @param int $row
* @param mixed $field
*
* @return string Returns the contents of the specified cell.
*/
function mssql_result($result, $row, $field)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get result data
*
* @phpstub
*
* @param resource $result
* @param int $row
* @param mixed $field
*
* @return string Returns the contents of the specified cell.
*/
function mssql_result($result, $row, $field)
{
}
Function Calls
None |
Stats
MD5 | ab2a2b0ef8b6df85d4c1880ebbef8111 |
Eval Count | 0 |
Decode Time | 75 ms |