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 /** * Applies the callback to the elements of the given arrays * * @phpstub-vari..

Decoded Output download

<?php

/**
 * Applies the callback to the elements of the given arrays
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param callable $callback
 * @param array $arr1
 * @param array $_
 *
 * @return array Returns an array containing all the elements of
 *               after applying the  function to each one.
 */
function array_map($callback, $arr1, $_ = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Applies the callback to the elements of the given arrays
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param callable $callback
 * @param array $arr1
 * @param array $_
 *
 * @return array Returns an array containing all the elements of
 *               after applying the  function to each one.
 */
function array_map($callback, $arr1, $_ = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 d790034ea15ffcf7997c48ab8fdb76f3
Eval Count 0
Decode Time 97 ms