In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 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.
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.