当前位置:网站首页>PHP sort() function
PHP sort() function
2022-06-24 05:10:00 【User 1448800】
example
An array $cars The elements in are sorted alphabetically in ascending order :
<?php
$cars=array("Volvo","BMW","Toyota");
sort($cars);
?>Definition and Usage
sort() Function to sort the index array in ascending order .
notes : This function gives a new key name to the unit in the array . The original key name will be deleted .
Return if successful TRUE, Otherwise return to FALSE.
grammar
sort(array,sortingtype);
Parameters | describe |
|---|---|
array | It's necessary . Specify the array to sort . |
sortingtype | Optional . Specifies how to compare elements of an array / project . Possible value :0 = SORT_REGULAR - Default . Put each item in the regular order (Standard ASCII, Don't change the type )1 = SORT_NUMERIC - Treat each item as a number .2 = SORT_STRING - Treat each item as a string .3 = SORT_LOCALE_STRING - Treat each item as a string , Based on the current locale ( It can be done by setlocale() Make changes ).4 = SORT_NATURAL - Treat each item as a string , Use similar natsort() Natural ordering .5 = SORT_FLAG_CASE - Can combine ( Press bit or )SORT_STRING or SORT_NATURAL Sort strings , Case insensitive . |
- 0 = SORT_REGULAR - Default . Put each item in the regular order (Standard ASCII, Don't change the type )
- 1 = SORT_NUMERIC - Treat each item as a number .
- 2 = SORT_STRING - Treat each item as a string .
- 3 = SORT_LOCALE_STRING - Treat each item as a string , Based on the current locale ( It can be done by setlocale() Make changes ).
- 4 = SORT_NATURAL - Treat each item as a string , Use similar natsort() Natural ordering .
- 5 = SORT_FLAG_CASE - Can combine ( Press bit or )SORT_STRING or SORT_NATURAL Sort strings , Case insensitive .
Technical details
Return value : | Return if successful TRUE, If it fails, return to FALSE. |
|---|---|
PHP edition : | 4+ |
More instances
Example 1
An array $numbers The elements in are sorted in ascending numerical order :
<?php $numbers=array(4,6,2,22,11); sort($numbers); ?>
边栏推荐
- What is the use of domain name cloud resolution? What are the factors for domain name errors
- Analyze the actual user groups and demand positioning of distributed database products from the market and demand
- Blackmail virus prevention guide
- Popularization of children's programming education in specific scenarios
- Spirit breath development log (16)
- LeetCode 1290. Binary linked list to integer
- Many regulations come into effect today! The main responsibility of network security will be further implemented
- SUSE system cannot install cosfs solution
- When remote, your resolution is lower than a × B. Some items may not be displayed on the screen
- Introduction to vulnerability priority technology (VPT)
猜你喜欢

014_ TimePicker time selector

What is the new generation cloud computing architecture cipu of Alibaba cloud?

Analysis on the subjective enthusiasm of post-90s makers' Education

少儿编程教育在特定场景中的普及作用

让孩子们学习Steam 教育的应用精髓
![[leetcode daily question] push domino](/img/81/1c31e97d9a245816514bcf47c92107.jpg)
[leetcode daily question] push domino

Introduction to the "penetration foundation" cobalt strike Foundation_ Cobalt strike linkage msfconsole

CTF learning notes 18:iwesec file upload vulnerability-03-content-type filtering bypass

Are you ready for the exam preparation strategy of level II cost engineer in 2022?

『渗透基础』Cobalt Strike基础使用入门_Cobalt Strike联动msfconsole
随机推荐
Inventory of common tools used by dry goods | data journalists
Develop a customized music player from scratch, and your girlfriend will have it?
Deep learning NLP from RNN LSTM Gru seq2seq to attention classification and analysis
Let children learn the application essence of steam Education
RedHat 8 time synchronization and time zone modification
What's wrong with the failure of uploading web pages to ECS? How many kinds of servers are there
Problem: SQL create stored procedure
Bi-sql and & or & in
How to change the IP address of ECS? What are the precautions for changing the IP address
Here's all you want to know about takin data (1) startup command
What is an ECS? ECS、BCC、CVM...
Analysis on the subjective enthusiasm of post-90s makers' Education
The principle of defer keyword in go
GDB debugging container and command saving
What domain name does not need to be filed? What should be done for domain name filing
The trunk warehouse can also be tob, and Tencent cloud microenterprises do not leave quality behind
011_ Cascader cascade selector
Idea creates a servlet and accesses the 404 message
Integration of Alibaba cloud SMS services and reasons for illegal message signing
Introduction to the "penetration foundation" cobalt strike Foundation_ Cobalt strike linkage msfconsole