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 /** * Opens a connection to a Microsoft SQL Server database * * @phpstub * * @..
Decoded Output download
<?php
/**
* Opens a connection to a Microsoft SQL Server database
*
* @phpstub
*
* @param string $serverName
* @param array $connectionInfo
*
* @return resource A connection resource. If a connection cannot be successfully opened, false is returned.
*/
function sqlsrv_connect($serverName, $connectionInfo = array())
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Opens a connection to a Microsoft SQL Server database
*
* @phpstub
*
* @param string $serverName
* @param array $connectionInfo
*
* @return resource A connection resource. If a connection cannot be successfully opened, false is returned.
*/
function sqlsrv_connect($serverName, $connectionInfo = array())
{
}
Function Calls
None |
Stats
MD5 | de3653dbd241d3f7e07d936e94e48a24 |
Eval Count | 0 |
Decode Time | 77 ms |