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 /** * Returns information about the server * * @phpstub * * @param resource $c..
Decoded Output download
<?php
/**
* Returns information about the server
*
* @phpstub
*
* @param resource $conn
*
* @return array Returns an array as described in the following table:
*/
function sqlsrv_server_info($conn)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns information about the server
*
* @phpstub
*
* @param resource $conn
*
* @return array Returns an array as described in the following table:
*/
function sqlsrv_server_info($conn)
{
}
Function Calls
None |
Stats
MD5 | b1f56ba73f4e78fc231f9692a189dccd |
Eval Count | 0 |
Decode Time | 97 ms |