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 /** * Create an anonymous (lambda-style) function * * @phpstub * * @param stri..

Decoded Output download

<?php

/**
 * Create an anonymous (lambda-style) function
 *
 * @phpstub
 *
 * @param string $args
 * @param string $code
 *
 * @return string Returns a unique function name as a string, or false on error.
 */
function create_function($args, $code)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Create an anonymous (lambda-style) function
 *
 * @phpstub
 *
 * @param string $args
 * @param string $code
 *
 * @return string Returns a unique function name as a string, or false on error.
 */
function create_function($args, $code)
{
}

Function Calls

None

Variables

None

Stats

MD5 9855018ff3b0e24d4a82d4d472890766
Eval Count 0
Decode Time 140 ms