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 /** * Computes the intersection of arrays, compares data by a callback function *..

Decoded Output download

<?php

/**
 * Computes the intersection of arrays, compares data by a callback function
 *
 * @phpstub
 *
 * @param array $array1
 * @param array $array2
 * @param array $_
 * @param callable $data_compare_func
 *
 * @return array Returns an array containing all the values of
 *               that are present in all the arguments.
 */
function array_uintersect($array1, $array2, $_ = array(), $data_compare_func)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Computes the intersection of arrays, compares data by a callback function
 *
 * @phpstub
 *
 * @param array $array1
 * @param array $array2
 * @param array $_
 * @param callable $data_compare_func
 *
 * @return array Returns an array containing all the values of
 *               that are present in all the arguments.
 */
function array_uintersect($array1, $array2, $_ = array(), $data_compare_func)
{
}

Function Calls

None

Variables

None

Stats

MD5 675e8af322dce8c37066715eedc15e21
Eval Count 0
Decode Time 91 ms