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 /** * Enforce execution of a query on the master in a master/slave setup * * @ph..

Decoded Output download

<?php

/**
 * Enforce execution of a query on the master in a master/slave setup
 *
 * @phpstub
 *
 * @param resource $link
 * @param string $query
 *
 * @return bool
 */
function maxdb_master_query($link, $query)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Enforce execution of a query on the master in a master/slave setup
 *
 * @phpstub
 *
 * @param resource $link
 * @param string $query
 *
 * @return bool
 */
function maxdb_master_query($link, $query)
{
}

Function Calls

None

Variables

None

Stats

MD5 6385d6025be6c5de1298a88c65766fc5
Eval Count 0
Decode Time 72 ms