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 error and warning information about the last SQLSRV operation perfor..

Decoded Output download

<?php

/**
 * Returns error and warning information about the last SQLSRV operation performed
 *
 * @phpstub
 *
 * @param int $errorsOrWarnings
 *
 * @return mixed If errors and/or warnings occured on the last sqlsrv operation, an array of
 *               arrays containing error information is returned. If no errors and/or warnings
 *               occured on the last sqlsrv operation, null is returned. The following table
 *               describes the structure of the returned arrays:
 */
function sqlsrv_errors($errorsOrWarnings = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns error and warning information about the last SQLSRV operation performed
 *
 * @phpstub
 *
 * @param int $errorsOrWarnings
 *
 * @return mixed If errors and/or warnings occured on the last sqlsrv operation, an array of
 *               arrays containing error information is returned. If no errors and/or warnings
 *               occured on the last sqlsrv operation, null is returned. The following table
 *               describes the structure of the returned arrays:
 */
function sqlsrv_errors($errorsOrWarnings = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 3e22a75d8b0c0328f007a058cbadc423
Eval Count 0
Decode Time 105 ms