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 /** * Add variables to a WDDX packet with the specified ID * * @phpstub-variable..
Decoded Output download
<?php
/**
* Add variables to a WDDX packet with the specified ID
*
* @phpstub-variable-parameters
* @phpstub
*
* @param resource $packet_id
* @param mixed $var_name
* @param mixed $_
*
* @return bool
*/
function wddx_add_vars($packet_id, $var_name, $_ = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Add variables to a WDDX packet with the specified ID
*
* @phpstub-variable-parameters
* @phpstub
*
* @param resource $packet_id
* @param mixed $var_name
* @param mixed $_
*
* @return bool
*/
function wddx_add_vars($packet_id, $var_name, $_ = NULL)
{
}
Function Calls
None |
Stats
MD5 | 3bb1b5ccf3cb82389bcab237bbe65788 |
Eval Count | 0 |
Decode Time | 106 ms |