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 /** * Dynamic aggregation of class properties to an object * * @phpstub * * @..

Decoded Output download

<?php

/**
 * Dynamic aggregation of  class properties to an object
 *
 * @phpstub
 *
 * @param object $object
 * @param string $class_name
 *
 * @return void 
 */
function aggregate_properties($object, $class_name)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Dynamic aggregation of  class properties to an object
 *
 * @phpstub
 *
 * @param object $object
 * @param string $class_name
 *
 * @return void 
 */
function aggregate_properties($object, $class_name)
{
}

Function Calls

None

Variables

None

Stats

MD5 2added1221c58b89b81096dcb2a54618
Eval Count 0
Decode Time 88 ms