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 /** * Removes the aggregated methods and properties from an object * * @phpstub ..
Decoded Output download
<?php
/**
* Removes the aggregated methods and properties from an object
*
* @phpstub
*
* @param object $object
* @param string $class_name
*
* @return void
*/
function deaggregate($object, $class_name = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Removes the aggregated methods and properties from an object
*
* @phpstub
*
* @param object $object
* @param string $class_name
*
* @return void
*/
function deaggregate($object, $class_name = NULL)
{
}
Function Calls
None |
Stats
MD5 | 3d974daa8242c631155d5b06d21875d4 |
Eval Count | 0 |
Decode Time | 84 ms |