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 a string containing the last SQL statement error message * * @phps..

Decoded Output download

<?php

/**
 * Returns a string containing the last SQL statement error message
 *
 * @phpstub
 *
 * @param resource $stmt
 *
 * @return string Returns a string containing the error message and SQLCODE value for the
 *                last error that occurred issuing an SQL statement.
 */
function db2_stmt_errormsg($stmt = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns a string containing the last SQL statement error message
 *
 * @phpstub
 *
 * @param resource $stmt
 *
 * @return string Returns a string containing the error message and SQLCODE value for the
 *                last error that occurred issuing an SQL statement.
 */
function db2_stmt_errormsg($stmt = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 4d95ab500f98ce1c913865e73fce80b1
Eval Count 0
Decode Time 85 ms