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 /** * Get the contents of sqlca.sqlerrd[0..5] after a query * * @phpstub * * @..

Decoded Output download

<?php

/**
 * Get the contents of sqlca.sqlerrd[0..5] after a query
 *
 * @phpstub
 *
 * @param resource $result_id
 *
 * @return array Returns an associative array with the following entries:
 *               , ,
 *               , ,
 *               and .
 */
function ifx_getsqlca($result_id)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get the contents of sqlca.sqlerrd[0..5] after a query
 *
 * @phpstub
 *
 * @param resource $result_id
 *
 * @return array Returns an associative array with the following entries:
 *               , ,
 *               , ,
 *               and .
 */
function ifx_getsqlca($result_id)
{
}

Function Calls

None

Variables

None

Stats

MD5 dcfce762f0aae999076cbe3a8cefd6f6
Eval Count 0
Decode Time 84 ms