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 /** * Perform SQL query * * @phpstub * * @param string $query * @param string..

Decoded Output download

<?php

/**
 * Perform SQL query
 *
 * @phpstub
 *
 * @param string $query
 * @param string $server
 * @param string $dbpath
 *
 * @return resource 
 */
function dbplus_sql($query, $server = NULL, $dbpath = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Perform SQL query
 *
 * @phpstub
 *
 * @param string $query
 * @param string $server
 * @param string $dbpath
 *
 * @return resource 
 */
function dbplus_sql($query, $server = NULL, $dbpath = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 809abcdec3e367999706f49c829d845a
Eval Count 0
Decode Time 87 ms