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 using a callback function on the keys fo..
Decoded Output download
<?php
/**
* Computes the intersection of arrays using a callback function on the keys for comparison
*
* @phpstub-variable-parameters
* @phpstub
*
* @param array $array1
* @param array $array2
* @param array $_
* @param callable $key_compare_func
*
* @return array Returns the values of whose keys exist
* in all the arguments.
*/
function array_intersect_ukey($array1, $array2, $_ = array(), $key_compare_func)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Computes the intersection of arrays using a callback function on the keys for comparison
*
* @phpstub-variable-parameters
* @phpstub
*
* @param array $array1
* @param array $array2
* @param array $_
* @param callable $key_compare_func
*
* @return array Returns the values of whose keys exist
* in all the arguments.
*/
function array_intersect_ukey($array1, $array2, $_ = array(), $key_compare_func)
{
}
Function Calls
None |
Stats
MD5 | 9f96bdc8112fbd49266ea87d54b7ccfc |
Eval Count | 0 |
Decode Time | 91 ms |