English
German

PHP Array

NameDescription
PHP array()Creates an array
PHP array_change_key_case() FunctionReturns an array with all keys in lowercase or uppercase
PHP array_chunk() FunctionSplits an array into chunks of arrays
PHP array_combine() FunctionCreates an array by using one array for keys and another for its values
PHP array_count_values() FunctionReturns an array with the number of occurrences for each value
PHP array_diff() FunctionCompares array values, and returns the differences
PHP array_diff_assoc() FunctionCompares array keys and values, and returns the differences
PHP array_diff_key() FunctionCompares array keys, and returns the differences
PHP array_diff_uassoc() FunctionCompares array keys and values, with an additional user-made function check, and returns the differences
PHP array_diff_ukey() FunctionCompares array keys, with an additional user-made function check, and returns the differences
PHP array_fill() FunctionFills an array with values
PHP array_filter() FunctionFilters elements of an array using a user-made function
PHP array_flip() FunctionExchanges all keys with their associated values in an array
PHP array_intersect() FunctionCompares array values, and returns the matches
PHP array_intersect_assoc() FunctionCompares array keys and values, and returns the matches
PHP array_intersect_key() FunctionCompares array keys, and returns the matches
PHP array_intersect_uassoc() FunctionCompares array keys and values, with an additional user-made function check, and returns the matches
PHP array_intersect_ukey() FunctionCompares array keys, with an additional user-made function check, and returns the matches
PHP array_key_exists() FunctionChecks if the specified key exists in the array
PHP array_keys() FunctionReturns all the keys of an array
PHP array_map() FunctionSends each value of an array to a user-made function, which returns new values
PHP array_merge() FunctionMerges one or more arrays into one array
PHP array_merge_recursive() FunctionMerges one or more arrays into one array
PHP array_multisort() FunctionSorts multiple or multi-dimensional arrays
PHP array_pad() FunctionInserts a specified number of items, with a specified value, to an array
PHP array_pop() FunctionDeletes the last element of an array
PHP array_product() FunctionCalculates the product of the values in an array
PHP array_push() FunctionInserts one or more elements to the end of an array
PHP array_rand() FunctionReturns one or more random keys from an array
PHP array_reduce() FunctionReturns an array as a string, using a user-defined function
PHP array_reverse() FunctionReturns an array in the reverse order
PHP array_search() FunctionSearches an array for a given value and returns the key
PHP array_shift() FunctionRemoves the first element from an array, and returns the value of the removed element
PHP array_slice() FunctionReturns selected parts of an array
PHP array_splice() FunctionRemoves and replaces specified elements of an array
PHP array_sum() FunctionReturns the sum of the values in an array
PHP array_udiff() FunctionCompares array values in a user-made function and returns an array
PHP array_udiff_assoc() FunctionCompares array keys, and compares array values in a user-made function, and returns an array
PHP array_udiff_uassoc() FunctionCompares array keys and array values in user-made functions, and returns an array
PHP array_uintersect() FunctionCompares array values in a user-made function and returns an array
PHP array_uintersect_assoc() FunctionCompares array keys, and compares array values in a user-made function, and returns an array
PHP array_uintersect_uassoc() FunctionCompares array keys and array values in user-made functions, and returns an array
PHP array_unique() FunctionRemoves duplicate values from an array
PHP array_unshift() FunctionAdds one or more elements to the beginning of an array
PHP array_values() FunctionReturns all the values of an array
PHP array_walk() FunctionApplies a user function to every member of an array
PHP array_walk_recursive() FunctionApplies a user function recursively to every member of an array
PHP arsort() FunctionSorts an array in reverse order and maintain index association
PHP asort() FunctionSorts an array and maintain index association
PHP compact() FunctionCreate array containing variables and their values
PHP count() FunctionCounts elements in an array, or properties in an object
PHP current() FunctionReturns the current element in an array
PHP each() FunctionReturns the current key and value pair from an array
PHP end() FunctionSets the internal pointer of an array to its last element
PHP extract() FunctionImports variables into the current symbol table from an array
PHP in_array() FunctionChecks if a specified value exists in an array
PHP key() FunctionFetches a key from an array
PHP krsort() FunctionSorts an array by key in reverse order
PHP ksort() FunctionSorts an array by key
PHP list() FunctionAssigns variables as if they were an array
PHP natcasesort() FunctionSorts an array using a case insensitive \"natural order\" algorithm
PHP natsort() FunctionSorts an array using a case insensitive \"natural order\" algorithm
PHP next() FunctionAdvance the internal array pointer of an array
PHP pos() FunctionAlias of current()
PHP prev() FunctionRewinds the internal array pointer
PHP range() FunctionCreates an array containing a range of elements
PHP reset() FunctionSets the internal pointer of an array to its first element
PHP rsort() FunctionSorts an array in reverse order
PHP shuffle() FunctionShuffles an array
PHP sizeof() FunctionAlias of count()
PHP sort() FunctionSorts an array
PHP uasort() FunctionSorts an array with a user-defined function and maintain index association
PHP uksort() FunctionSorts an array by keys using a user-defined function
PHP usort() FunctionSorts an array by values using a user-defined function
PHP Array, learn PHP Array, PHP Array example, PHP Tutorial, PHP Tutorial, learn PHP Tutorial, online free training PHP Tutorial, PHP Tutorial example, learn PHP Tutorial, online tutorial, download tutorial, PHP Tutorial books, PHP Tutorial videos, live videos PHP Tutorial, learn PHP Tutorial, PHP Array example, PHP Tutorial topic, live training PHP Tutorial, download free tutorial