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 /** * Gets field data from the currently selected row * * @phpstub * * @param ..
Decoded Output download
<?php
/**
* Gets field data from the currently selected row
*
* @phpstub
*
* @param resource $stmt
* @param int $fieldIndex
* @param int $getAsType
*
* @return mixed Returns data from the specified field on success. Returns false otherwise.
*/
function sqlsrv_get_field($stmt, $fieldIndex, $getAsType = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets field data from the currently selected row
*
* @phpstub
*
* @param resource $stmt
* @param int $fieldIndex
* @param int $getAsType
*
* @return mixed Returns data from the specified field on success. Returns false otherwise.
*/
function sqlsrv_get_field($stmt, $fieldIndex, $getAsType = NULL)
{
}
Function Calls
None |
Stats
MD5 | c6e2fffbc72bda2a179f3f0d82fff6a9 |
Eval Count | 0 |
Decode Time | 93 ms |