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 /** * Installs a proxy for mysqlnd connections * * @phpstub * * @param Mysqlnd..

Decoded Output download

<?php

/**
 * Installs a proxy for mysqlnd connections
 *
 * @phpstub
 *
 * @param MysqlndUhConnection $connection_proxy
 * @param mysqli $mysqli_connection
 *
 * @return bool Returns true on success.
 *              Otherwise, returns false
 */
function mysqlnd_uh_set_connection_proxy(&$connection_proxy, &$mysqli_connection = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Installs a proxy for mysqlnd connections
 *
 * @phpstub
 *
 * @param MysqlndUhConnection $connection_proxy
 * @param mysqli $mysqli_connection
 *
 * @return bool Returns true on success.
 *              Otherwise, returns false
 */
function mysqlnd_uh_set_connection_proxy(&$connection_proxy, &$mysqli_connection = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 014d5415b9056591a89466ce3bc7dc36
Eval Count 0
Decode Time 106 ms