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 the number of columns in the query * * @phpstub * * @param resou..

Decoded Output download

<?php

/**
 * Returns the number of columns in the query
 *
 * @phpstub
 *
 * @param resource $result_id
 *
 * @return int Returns the number of columns in query for
 *             , or false on errors.
 */
function ifx_num_fields($result_id)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the number of columns in the query
 *
 * @phpstub
 *
 * @param resource $result_id
 *
 * @return int Returns the number of columns in query for
 *             , or false on errors.
 */
function ifx_num_fields($result_id)
{
}

Function Calls

None

Variables

None

Stats

MD5 b2e7a1c8cc23a7f1fdc9703558ae2328
Eval Count 0
Decode Time 70 ms