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 /** * Execute a prepared statement * * @phpstub * * @param resource $result_id..

Decoded Output download

<?php

/**
 * Execute a prepared statement
 *
 * @phpstub
 *
 * @param resource $result_id
 * @param array $parameters_array
 *
 * @return bool 
 */
function odbc_execute($result_id, $parameters_array = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Execute a prepared statement
 *
 * @phpstub
 *
 * @param resource $result_id
 * @param array $parameters_array
 *
 * @return bool 
 */
function odbc_execute($result_id, $parameters_array = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 0578ddf07d4a1893edf960682c883d96
Eval Count 0
Decode Time 91 ms