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 information about a current connection * * @phpstub * * @param r..

Decoded Output download

<?php

/**
 * Returns information about a current connection
 *
 * @phpstub
 *
 * @param resource $connection_id
 * @param int $fetch_type
 *
 * @return array Returns false on error, and an array upon success.
 */
function odbc_data_source($connection_id, $fetch_type)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns information about a current connection
 *
 * @phpstub
 *
 * @param resource $connection_id
 * @param int $fetch_type
 *
 * @return array Returns false on error, and an array upon success.
 */
function odbc_data_source($connection_id, $fetch_type)
{
}

Function Calls

None

Variables

None

Stats

MD5 a344d0ca431082ee2f1f6f9c1ea8dafd
Eval Count 0
Decode Time 104 ms