In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly introduces the php array how to delete the maximum of the relevant knowledge, the content is detailed and easy to understand, the operation is simple and fast, has a certain reference value, I believe that everyone after reading this php array how to delete the maximum value of the article will have a harvest, let's take a look.
Two methods: 1. Traverse the array and delete the largest element with unset (). The syntax "foreach ($an as $k = > $v) {if ($v==max ($a)) {unset ($a [$k]);}}". 2. Delete it with the statement "sort ($a); array_pop ($a);"
Operating environment of this tutorial: windows7 system, PHP7.1 version, DELL G3 computer
Two methods of deleting the maximum value of php Array
1. Traverse the array, using unset () to delete the largest element
Use foreach to traverse the array
In the body of the loop, find the element with the maximum value
Delete the element using unset ()
2. Sort the array in ascending order and delete the largest element with array_pop ()
Use sort () to sort the array in ascending order
After sorting, the last element of the array is the maximum value, which can be deleted using array_pop ().
Array_pop (): deletes the last element in the array.
This is the end of the article on "how to delete the maximum value of the php array". Thank you for reading! I believe you all have a certain understanding of the knowledge of "how to delete the maximum value of php array". If you want to learn more, you are welcome to follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.