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 /** * Selective class properties aggregation to an object using a regular expre..
Decoded Output download
<?php
/**
* Selective class properties aggregation to an object using a regular
expression
*
* @phpstub
*
* @param object $object
* @param string $class_name
* @param string $regexp
* @param bool $exclude
*
* @return void
*/
function aggregate_properties_by_regexp($object, $class_name, $regexp, $exclude = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Selective class properties aggregation to an object using a regular
expression
*
* @phpstub
*
* @param object $object
* @param string $class_name
* @param string $regexp
* @param bool $exclude
*
* @return void
*/
function aggregate_properties_by_regexp($object, $class_name, $regexp, $exclude = false)
{
}
Function Calls
None |
Stats
MD5 | 3a13469c74188a0a54e1122b4456709e |
Eval Count | 0 |
Decode Time | 72 ms |