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 difference of arrays using a callback function on the keys for ..

Decoded Output download

<?php

/**
 * Computes the difference of arrays using a callback function on the keys for comparison
 *
 * @phpstub
 *
 * @param array $array1
 * @param array $array2
 * @param array $_
 * @param callable $key_compare_func
 *
 * @return array Returns an ``array`` containing all the entries from
 *               that are not present in any of the other arrays.
 */
function array_diff_ukey($array1, $array2, $_ = array(), $key_compare_func)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Computes the difference of arrays using a callback function on the keys for comparison
 *
 * @phpstub
 *
 * @param array $array1
 * @param array $array2
 * @param array $_
 * @param callable $key_compare_func
 *
 * @return array Returns an ``array`` containing all the entries from
 *               that are not present in any of the other arrays.
 */
function array_diff_ukey($array1, $array2, $_ = array(), $key_compare_func)
{
}

Function Calls

None

Variables

None

Stats

MD5 208b5465704ae1b0d586b6b47bd67d6d
Eval Count 0
Decode Time 74 ms