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 with additional index check, compares da..
Decoded Output download
<?php
/**
* Computes the intersection of arrays with additional index check, 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_assoc($array1, $array2, $_ = array(), $data_compare_func)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Computes the intersection of arrays with additional index check, 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_assoc($array1, $array2, $_ = array(), $data_compare_func)
{
}
Function Calls
None |
Stats
MD5 | 5b982e8b8b8b014a332e5c7ceb43c033 |
Eval Count | 0 |
Decode Time | 91 ms |