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 * * @phpst..
Decoded Output download
<?php
/**
* Computes the intersection of arrays with additional index check
*
* @phpstub
*
* @param array $array1
* @param array $array2
* @param array $_
*
* @return array Returns an associative array containing all the values in
* that are present in all of the arguments.
*/
function array_intersect_assoc($array1, $array2, $_ = array())
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Computes the intersection of arrays with additional index check
*
* @phpstub
*
* @param array $array1
* @param array $array2
* @param array $_
*
* @return array Returns an associative array containing all the values in
* that are present in all of the arguments.
*/
function array_intersect_assoc($array1, $array2, $_ = array())
{
}
Function Calls
None |
Stats
MD5 | 3a962e37169030a27d8f06cd32b25d44 |
Eval Count | 0 |
Decode Time | 80 ms |