Computer Science, asked by anuj, 1 year ago

Explain some of the PHP array functions?

Answers

Answered by raaj25
0
PHP 5 Array Functions

FunctionDescriptionarray_uintersect_uassoc()Compare arrays, and returns the matches (compare keys and values, using two user-defined key comparison functions)array_unique()Removes duplicate values from an arrayarray_unshift()Adds one or more elements to the beginning of an array

75 more rows

I hope it help you...
Please mark me brainlist

Similar questions