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 mysqli $link
* @param string $query
*
* @return bool
*/
function mysqli_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 mysqli $link
* @param string $query
*
* @return bool
*/
function mysqli_master_query($link, $query)
{
}
Function Calls
None |
Stats
MD5 | 6204fd01501d7ef17c79fa7a79ce4773 |
Eval Count | 0 |
Decode Time | 101 ms |