Nineth associative arrays/hash tablesby FlamephoenixI. Limitations of array variablesSecond, the definitionIii. accessing elements of an associative arrayIv. adding elementsV. Creating an associative arrayVi. copying from an array variable to an
PHP uses the Ksort () function to sort the associative array by key, Ksort the array
This example describes how PHP uses the Ksort () function to sort associative arrays by key. Share to everyone for your reference. The specific analysis is as
Numeric arrayThe numeric array stores each element with a numeric ID key.
You can use different methods to create an array of values:
Example 1In this example, the ID key is assigned automatically:
The code is as follows
Copy Code
Use environment and Conditions
There is a case where the associative array inside PHP, if the following array data:
[PHP]
$array = Array (
Array (
' Name ' = ' Xiao ',
' Age ' = 3
),
Array (
' Name ' = ' Wang ',
' Age ' = 1
),
Array (
' Name ' = '
what is an array?
You will need to create many similar variables in the process of using PHP for development, either early or late.
Without a lot of similar variables, you can store the data in an array as an element.
Elements in the array have
1. The concept of arrays
An array is a named range that is used to store a series of variable values.
Each array element has an associated index (also a keyword) that can be used to access elements.
PHP allows you to use numbers or strings evenly
Describes several PHP4 "array" functions that are useful in 1 void extract (array var_array [, int extract_type] [, string prefix]]) to expand an associative array to the value of the variable name and variable, and if there is a conflict, the The
PHP uses Asort () to sort the associative array by value, Asort the array
This example describes how PHP sorts associative arrays by value by Asort (). Share to everyone for your reference. The specific analysis is as follows:
PHP uses Asort ()
This article illustrates how PHP uses the Ksort () function to sort the associative array by key. Share to everyone for your reference. The specific analysis is as follows:
PHP uses the Ksort () function to sort the associative array by key, the
PHP has a lot of functions about arrays to facilitate array manipulation.
Defined:
Each entity of an array contains two items: key and value, which can be retrieved by a query key. These keys can be numeric (numerical) or associated (associative)
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.