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 /** * Changes attributes of an object (obsolete) * * @phpstub * * @param int $..
Decoded Output download
<?php
/**
* Changes attributes of an object (obsolete)
*
* @phpstub
*
* @param int $link
* @param int $objid
* @param array $attributes
*
* @return bool
*/
function hw_changeobject($link, $objid, $attributes)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Changes attributes of an object (obsolete)
*
* @phpstub
*
* @param int $link
* @param int $objid
* @param array $attributes
*
* @return bool
*/
function hw_changeobject($link, $objid, $attributes)
{
}
Function Calls
None |
Stats
MD5 | e24924f79895f7018ed61563b6088534 |
Eval Count | 0 |
Decode Time | 90 ms |