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 /** * Print result as HTML table * * @phpstub * * @param resource $result_id ..

Decoded Output download

<?php

/**
 * Print result as HTML table
 *
 * @phpstub
 *
 * @param resource $result_id
 * @param string $format
 *
 * @return int Returns the number of rows in the result or false on error.
 */
function odbc_result_all($result_id, $format = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Print result as HTML table
 *
 * @phpstub
 *
 * @param resource $result_id
 * @param string $format
 *
 * @return int Returns the number of rows in the result or false on error.
 */
function odbc_result_all($result_id, $format = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 cafc45f5d289967b0ccfea86a7b23fec
Eval Count 0
Decode Time 117 ms