Re: problem with array diff, need to reindex array according to key

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Angelo Zanetti wrote:
HI all,

I am using the array_diff function.
The problem im having is the array that gets returned. Well here's an
example:

this is where i assign the values to two different arrays

$a[]="0";
$a[]="1";
$a[]="2";
$a[]="3";


$b[]="1"; $b[]="4"; $b[]="0";


$diff = array_diff_assoc($a, $b);


/* Get the diff of the arrays, but re-index to 0 */ $diff = array_values(array_diff_assoc($a, $b));

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux