PHP Reference

PHP – array_diff() Function

The PHP array_diff() function compares the values of two or more arrays, and returns an array that contains entries from array1 not in the other array(s).

PHP Reference

PHP – array_diff_assoc() Function

The PHP array_diff_assoc() function compares the keys/values of two or more arrays, and returns an array of entries from array1 not in the other array(s).

PHP Reference

PHP – array_diff_key() Function

The PHP array_diff_key() function compares the keys of two or more arrays, and returns an array of entries from array1 not in the other array(s).

PHP Reference

PHP – array_diff_uassoc() Function

The PHP array_diff_uassoc() function compares the keys/values of two or more arrays, and returns an array of entries from array1 not in the other array(s).

PHP Reference

PHP – array_diff_ukey() Function

The PHP array_diff_uassoc() function compares the keys of two or more arrays, and returns an array of entries from array1 not in the other array(s).

PHP Reference

PHP – array_filter() Function

The PHP array_filter() function filters the values of an array using a callback function, passing each value of the input array to the callback function.

PHP Reference

PHP – array_intersect() Function

The PHP array_intersect() function compares the values of two or more arrays, and returns an array of entries from array1 that exist in the other array(s).

PHP Reference

PHP – array_key_exists() Function

The PHP array_key_exists() function checks an array for a specified key, and returns “true” if the key exists and “false” if the key does not exist.

PHP Reference

PHP – array_map() Function

The PHP array_map() function sends each value of an array to a user-made function, and returns an array with new values, given by the user-made function.

PHP Reference

PHP – array_merge() Function

The PHP array_merge() function merges one or more arrays into one array. If two or more elements have the same key, the last one overrides the others.

HTML
CSS
JavaScript
jQuery
PHP
SQL
WordPress
HTML
CSS
JavaScript
jQuery
PHP
SQL
WordPress

Why 1SMARTchicken?

This site was built and is maintained to benefit my autistic son.
See More →

My Son's Name is Johnny

He was diagnosed as autistic quite late, at age four...
His story

Buy Me a Coffee

Thanks for your support!

1SMARTchicken Icon