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 an array of resources representing the fields in a result set * * ..
Decoded Output download
<?php
/**
* Returns an array of resources representing the fields in a result set
*
* @phpstub
*
* @param resource $result
*
* @return mixed
*/
function maxdb_fetch_fields($result)
{
}
/**
* Returns an array of resources representing the fields in a result set
*
* @phpstub
*
* @return mixed
*/
function maxdb_fetch_fields()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns an array of resources representing the fields in a result set
*
* @phpstub
*
* @param resource $result
*
* @return mixed
*/
function maxdb_fetch_fields($result)
{
}
/**
* Returns an array of resources representing the fields in a result set
*
* @phpstub
*
* @return mixed
*/
function maxdb_fetch_fields()
{
}
Function Calls
None |
Stats
MD5 | 8a1b050a9d3c1a710a39b3413788d997 |
Eval Count | 0 |
Decode Time | 97 ms |