In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
Most people don't understand the knowledge points of this article "how to remove redundant commas in php", so Xiaobian summarizes the following contents for everyone. The contents are detailed, the steps are clear, and they have certain reference value. I hope everyone can gain something after reading this article. Let's take a look at this article "how to remove redundant commas in php".
Php to remove extra commas: 1, by "trim($arr1,',')" to remove the first comma;2, by "rtrim($arr1,',')" to remove the tail comma;3, by "ltrim($arr1,',')" to remove the first comma.
Operating environment: Windows 7 system, PHP 7.1 version, DELL G3 computer
How does PHP remove redundant commas?
Remove commas after concatenation strings in php
When using some string concatenation, there will always be a comma at the end. Before, we used the method to judge and remove commas, but it was troublesome. Later, we found a very simple method to use trim to remove commas.
$arr1 = trim($arr1,','); //remove the leading comma $arr1 = rtrim($arr1,','); //remove trailing comma $arr1 = ltrim($arr1,','); //Remove the first comma echo $arr1; The above is about "php how to remove redundant commas" This article content, I believe everyone has a certain understanding, I hope the content shared by Xiaobian is helpful to everyone, if you want to know more related knowledge content, please pay attention to 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.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.