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 /** * Sets the name of a table (deprecated) * * @phpstub * * @param resource $..
Decoded Output download
<?php
/**
* Sets the name of a table (deprecated)
*
* @phpstub
*
* @param resource $pxdoc
* @param string $name
*
* @return void Returns null on success.
*/
function px_set_tablename($pxdoc, $name)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Sets the name of a table (deprecated)
*
* @phpstub
*
* @param resource $pxdoc
* @param string $name
*
* @return void Returns null on success.
*/
function px_set_tablename($pxdoc, $name)
{
}
Function Calls
None |
Stats
MD5 | f6e528d4d9c2e43d5cacb51a38f1f2dd |
Eval Count | 0 |
Decode Time | 92 ms |