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 /** * Retrieves metadata for the fields of a statement prepared by or * * @p..
Decoded Output download
<?php
/**
* Retrieves metadata for the fields of a statement prepared by
or
*
* @phpstub
*
* @param resource $stmt
*
* @return mixed Returns an array of arrays is returned on success. Otherwise, false is returned.
* Each returned array is described by the following table:
*
* For more information, see
* in the Microsoft SQLSRV documentation.
*/
function sqlsrv_field_metadata($stmt)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Retrieves metadata for the fields of a statement prepared by
or
*
* @phpstub
*
* @param resource $stmt
*
* @return mixed Returns an array of arrays is returned on success. Otherwise, false is returned.
* Each returned array is described by the following table:
*
* For more information, see
* in the Microsoft SQLSRV documentation.
*/
function sqlsrv_field_metadata($stmt)
{
}
Function Calls
None |
Stats
MD5 | 8b182e8b6aae5554e2b5d98ee134ca9c |
Eval Count | 0 |
Decode Time | 93 ms |