Sunday, December 4, 2011

PHP Functions Video Tutorial: array_diff_assoc

For the source code for this video, visit johnmorrisonline.com The array_diff_assoc function calculates the difference between an original array and any number of comparison arrays. It takes keys into account when calculating the difference. It returns an array counting the values from the original array that do NOT appear in any of the comparison arrays.

No comments:

Post a Comment