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 /** * Fetch results from a prepared statement into the bound variables * * @phps..

Decoded Output download

<?php

/**
 * Fetch results from a prepared statement into the bound variables
 *
 * @phpstub
 *
 * @param resource $stmt
 *
 * @return bool
 */
function maxdb_stmt_fetch($stmt)
{
}

/**
 * Fetch results from a prepared statement into the bound variables
 *
 * @phpstub
 *
 * @return bool
 */
function maxdb_stmt_fetch()
{
}

/**
 * Fetch results from a prepared statement into the bound variables
 *
 * @phpstub-alias-of maxdb_stmt_fetch
 * @phpstub
 *
 * @param resource $stmt
 *
 * @return bool
 */
function maxdb_fetch($stmt)
{
}

/**
 * Fetch results from a prepared statement into the bound variables
 *
 * @phpstub-alias-of maxdb_stmt_fetch
 * @phpstub
 *
 * @return bool
 */
function maxdb_fetch()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Fetch results from a prepared statement into the bound variables
 *
 * @phpstub
 *
 * @param resource $stmt
 *
 * @return bool
 */
function maxdb_stmt_fetch($stmt)
{
}

/**
 * Fetch results from a prepared statement into the bound variables
 *
 * @phpstub
 *
 * @return bool
 */
function maxdb_stmt_fetch()
{
}

/**
 * Fetch results from a prepared statement into the bound variables
 *
 * @phpstub-alias-of maxdb_stmt_fetch
 * @phpstub
 *
 * @param resource $stmt
 *
 * @return bool
 */
function maxdb_fetch($stmt)
{
}

/**
 * Fetch results from a prepared statement into the bound variables
 *
 * @phpstub-alias-of maxdb_stmt_fetch
 * @phpstub
 *
 * @return bool
 */
function maxdb_fetch()
{
}

Function Calls

None

Variables

None

Stats

MD5 c83c7a487c2fc47272e751e4c22516ef
Eval Count 0
Decode Time 94 ms