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 /** * Gets aggregation information for a given object * * @phpstub * * @param ..

Decoded Output download

<?php

/**
 * Gets aggregation information for a given object
 *
 * @phpstub
 *
 * @param object $object
 *
 * @return array Returns the aggregation information as an associative array of arrays of
 *               methods and properties. The key for the main array is the name of the
 *               aggregated class.
 */
function aggregate_info($object)
{
}

/**
 * Gets aggregation information for a given object
 *
 * @phpstub-alias-of aggregate_info
 * @phpstub
 *
 * @param object $object
 *
 * @return array Returns the aggregation information as an associative array of arrays of
 *               methods and properties. The key for the main array is the name of the
 *               aggregated class.
 */
function aggregation_info($object)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Gets aggregation information for a given object
 *
 * @phpstub
 *
 * @param object $object
 *
 * @return array Returns the aggregation information as an associative array of arrays of
 *               methods and properties. The key for the main array is the name of the
 *               aggregated class.
 */
function aggregate_info($object)
{
}

/**
 * Gets aggregation information for a given object
 *
 * @phpstub-alias-of aggregate_info
 * @phpstub
 *
 * @param object $object
 *
 * @return array Returns the aggregation information as an associative array of arrays of
 *               methods and properties. The key for the main array is the name of the
 *               aggregated class.
 */
function aggregation_info($object)
{
}

Function Calls

None

Variables

None

Stats

MD5 a571e5025baa9e0340b7bb0aeb47f372
Eval Count 0
Decode Time 74 ms