Array Functions Arrays
&reftitle.intro; These functions allow you to interact with and manipulate arrays in various ways. Arrays are essential for storing, managing, and operating on sets of variables. Simple and multi-dimensional arrays are supported, and may be either user created or created by another function. There are specific database handling functions for populating arrays from database queries, and several functions return arrays. Please see the Arrays section of the manual for a detailed explanation of how arrays are implemented and used in PHP.
&reftitle.required; &no.requirement;
&reftitle.install; &no.install;
&reftitle.runtime; &no.config;
&reftitle.resources; &no.resource;
&reftitle.constants; CASE_UPPER and CASE_LOWER are used with the array_change_key_case function. They respectively are used for changing a string to upper case or lower case.
&reftitle.seealso; See also is_array, explode, implode, split, and join.
&reference.array.functions;