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 /** * Open persistent MS SQL connection * * @phpstub * * @param string $server..

Decoded Output download

<?php

/**
 * Open persistent MS SQL connection
 *
 * @phpstub
 *
 * @param string $servername
 * @param string $username
 * @param string $password
 * @param bool $new_link
 *
 * @return resource Returns a positive MS SQL persistent link identifier on success, or
 *                  false on error.
 */
function mssql_pconnect($servername = NULL, $username = NULL, $password = NULL, $new_link = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Open persistent MS SQL connection
 *
 * @phpstub
 *
 * @param string $servername
 * @param string $username
 * @param string $password
 * @param bool $new_link
 *
 * @return resource Returns a positive MS SQL persistent link identifier on success, or
 *                  false on error.
 */
function mssql_pconnect($servername = NULL, $username = NULL, $password = NULL, $new_link = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 8e0c11dcd44fde30ea33dc7a62fbe752
Eval Count 0
Decode Time 93 ms