PHP Reference

PHP – array_udiff() Function

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

PHP Reference

PHP – array_udiff_assoc() Function

The PHP array_udiff_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_udiff_uassoc() Function

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

PHP Reference

PHP – array_uintersect() Function

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

PHP Reference

PHP – array_unshift() Function

The PHP array_unshift() function inserts new elements to the beginning of an array. Numeric keys will start at 0. String keys will remain the same.

PHP Reference

PHP – array_walk() Function

The PHP array_walk() function runs each array element in a user-defined function with the array’s keys and values as parameters in the function.

PHP Reference

PHP – array_walk_recursive() Function

The PHP array_walk_recursive() function runs each array element in a user-defined function with the array’s keys and values as parameters in the function.

PHP Reference

PHP – arsort() Function

The PHP arsort() function sorts an associative array in descending order, according to the value.

PHP Reference

PHP – asort() Function

The PHP asort() function sorts an associative array in ascending order, according to the value.

PHP Reference

PHP – compact() Function

The PHP compact() function creates an array from variables and their values. Any strings that does not match variable names will be skipped.

PHP Reference

PHP – current() Function

The PHP current() function returns the value of the current element (every array has an internal pointer to the “current” element) in an array.

PHP Reference

PHP – end() Function

The PHP end() function moves the internal pointer to the last element in the array and outputs that element.

PHP Reference

PHP – extract() Function

The PHP extract() function uses array keys as variable names and values as variable values to import variables into the local symbol table from an array.

PHP Reference

PHP – key() Function

The PHP key() function returns the element key from the current internal pointer position and FALSE if there is an error.

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