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 statements * * @phpstub * * @param MysqlndU..
Decoded Output download
<?php
/**
* Installs a proxy for mysqlnd statements
*
* @phpstub
*
* @param MysqlndUhStatement $statement_proxy
*
* @return bool Returns true on success.
* Otherwise, returns false
*/
function mysqlnd_uh_set_statement_proxy(&$statement_proxy)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Installs a proxy for mysqlnd statements
*
* @phpstub
*
* @param MysqlndUhStatement $statement_proxy
*
* @return bool Returns true on success.
* Otherwise, returns false
*/
function mysqlnd_uh_set_statement_proxy(&$statement_proxy)
{
}
Function Calls
None |
Stats
MD5 | e909725fd0b39533d461bc05202c9ee9 |
Eval Count | 0 |
Decode Time | 107 ms |