Home Backend Development PHP Tutorial A complete list of arrays and array functions for PHP variables and type extensions

A complete list of arrays and array functions for PHP variables and type extensions

Nov 21, 2016 pm 05:03 PM

1. Overview and installation

These functions allow you to use and manipulate arrays in different ways. Arrays are an essential tool for storing, managing, and manipulating variables.

PHP supports simple arrays and multi-dimensional arrays. Arrays can be created by users themselves or by other functions. There are many special database handling functions that can return arrays from database queries as well as some functions that return arrays.

Please refer to the chapter about arrays to learn more about how arrays are implemented and used in PHP.

No installation is required to use these functions, they are part of the PHP core.

2. A complete list of array functions

array_change_key_case — Returns an array whose string keys are all lowercase or uppercase Array, use the value of one array as its key name, and the value of another array as its value

array_count_values ​​— Count the number of occurrences of all values ​​in the array

array_diff_assoc — Calculate the difference set of the array with index check

array_diff_key — Use Compare key names to calculate the difference set of arrays

array_diff_uassoc — Use the callback function provided by the user to do index checking to calculate the difference set of the array

array_diff_ukey — Use the callback function to compare the key names to calculate the difference set of the array

array_diff — Calculate the difference set of the array Difference

array_fill_keys — Fill an array with specified keys and values ​​

array_fill — Fill an array with a given value

array_filter — Use a callback function to filter cells in an array

array_flip — Swap keys and values ​​in an array

array_intersect_assoc — Calculate the intersection of arrays with index checking

array_intersect_key — Calculate the intersection of arrays using key name comparison

array_intersect_uassoc — Calculate the intersection of arrays with index checking, use callback function to compare indexes

array_intersect_ukey — Use callback function to compare key names to calculate Intersection of arrays

array_intersect — Calculate the intersection of arrays

array_key_exists — Check whether the given key or index exists in the array

array_keys — Return all keys in the array

array_map — Apply the callback function to the given On the cell of the array

array_merge_recursive — Recursively merge one or more arrays

array_merge — Merge one or more arrays

array_multisort — Sort multiple arrays or multidimensional arrays

array_pad — Fill the array with values ​​to the specified Length

array_pop — Pop the last element of the array (pop)

array_product — Calculate the product of all values ​​in the array

array_push — Push one or more elements to the end of the array (push)

array_rand — From Randomly take one or more elements from the array

array_reduce — use the callback function to iteratively reduce the array to a single value

array_replace_recursive — use the passed array to recursively replace the elements of the first array

array_replace — use the passed array to replace The element of the first array

array_reverse — Returns an array with the cells in reverse order

array_search — Searches for a given value in the array, and returns the corresponding key name if successful

array_shift — Moves the cells at the beginning of the array out of the array

array_slice — Take out a segment from the array

array_splice — Remove a part of the array and replace it with other values ​​

array_sum — Calculate the sum of all values ​​in the array

array_udiff_assoc — Calculate the difference of the array with index checking and compare with the callback function Data

array_udiff_uassoc — Calculate the difference of arrays with index check, use callback function to compare data and index

array_udiff — Use callback function to compare data to calculate the difference of array

array_uintersect_assoc — Calculate intersection of arrays with index check, use callback Function to compare data

array_uintersect_uassoc — Calculate the intersection of arrays with index check, use callback function to compare data and index

array_uintersect — Calculate intersection of arrays, use callback function to compare data

array_unique — Remove duplicate values ​​in array

array_unshift — Insert one or more cells at the beginning of the array

array_values ​​— Return all values ​​in the array

array_walk_recursive — Recursively apply a user function to each member of the array

array_walk — Apply a user function to each member of the array

array — Create a new array

arsort — Sort the array in reverse order and maintain the index relationship

asort — Sort the array and maintain the index relationship

compact — Create an array, including variable names and their values ​​

count — Count the number of cells or objects in the array The number of attributes in

current — Returns the current unit in the array

each — Returns the current key/value pair in the array and moves the array pointer forward one step

end — Points the internal pointer of the array to the last unit

extract — Import variables from the array into the current symbol table

in_array — Check whether a value exists in the array

key_exists — Alias ​​array_key_exists

key — Get the key name from the associative array

krsort — Sort the array as Reverse sorting of key names

ksort — Sort the array by key name

list — Assign the values ​​in the array to some variables

natcasesort — Use the "natural sorting" algorithm to sort the array in a case-insensitive manner

natsort — Sort the array using the “natural ordering” algorithm

next — Move the internal pointer in the array forward one bit

pos — Alias ​​for current

prev — Move the internal pointer of the array back one position

range — Create An array containing a specified range of cells

reset — Point the internal pointer of the array to the first cell

rsort — Reverse sort the array

shuffle — Shuffle the array

sizeof — Alias ​​of count

sort — Sort the array Sort

uasort — Use user-defined comparison function to sort the values ​​in the array and maintain index association

uksort — Use user-defined comparison function to sort the keys in the array

usort — Use user-defined The comparison function sorts the values ​​in an array


Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

CakePHP Project Configuration CakePHP Project Configuration Sep 10, 2024 pm 05:25 PM

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian Dec 24, 2024 pm 04:42 PM

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

CakePHP Date and Time CakePHP Date and Time Sep 10, 2024 pm 05:27 PM

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

CakePHP File upload CakePHP File upload Sep 10, 2024 pm 05:27 PM

To work on file upload we are going to use the form helper. Here, is an example for file upload.

CakePHP Routing CakePHP Routing Sep 10, 2024 pm 05:25 PM

In this chapter, we are going to learn the following topics related to routing ?

Discuss CakePHP Discuss CakePHP Sep 10, 2024 pm 05:28 PM

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

CakePHP Creating Validators CakePHP Creating Validators Sep 10, 2024 pm 05:26 PM

Validator can be created by adding the following two lines in the controller.

How To Set Up Visual Studio Code (VS Code) for PHP Development How To Set Up Visual Studio Code (VS Code) for PHP Development Dec 20, 2024 am 11:31 AM

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

See all articles