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 local (raw) AQL query * * @phpstub * * @param string $query * @..

Decoded Output download

<?php

/**
 * Perform local (raw) AQL query
 *
 * @phpstub
 *
 * @param string $query
 * @param string $dbpath
 *
 * @return resource 
 */
function dbplus_rquery($query, $dbpath = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Perform local (raw) AQL query
 *
 * @phpstub
 *
 * @param string $query
 * @param string $dbpath
 *
 * @return resource 
 */
function dbplus_rquery($query, $dbpath = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 83d59eb9d60d8ec6631a63ac086cf31f
Eval Count 0
Decode Time 82 ms