In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-27 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly introduces how to use array_splice to remove the value of the specified key in the array to return a new array, the article is very detailed, has a certain reference value, interested friends must read it!
Use environment: there is a resume confidentiality setting in the talent network project, in which there is a filtering keyword, and only one of the keywords in the company name of an enterprise will not be displayed. Of course, I haven't been there yet. Now it's time to add and delete keywords.
Imagine: no matter how many resumes a person has, all resumes are set to the same keyword filter (few people mainly use them, so it doesn't matter, and it's convenient to search). Then put all the keywords into a string separated by a half-width comma.
Conundrum: when displaying, I convert the string into an array and then loop it out to display, but now I just want to delete the specified keyword.
Solution: now that it has been converted into an array, then there is a key if there is a value, so I will pass the key to the delete page and delete the value of the specified key.
Conundrum: how to remove the specified key from the array? I only see filtering, going on and off the stack, but I don't see the built-in function to remove the specified key.
Now that this function is available, it is called array_splice, and you can easily remove the value of the specified key and return a new array.
Code snippet:
The copy code is as follows:
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.