gpt4 book ai didi

PHP字符串去除空格

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:54:36 25 4
gpt4 key购买 nike

php有没有去掉字符串里面空格的函数?例如:

$abcd="this is a test"

我要获取字符串:

$abcd="thisisatest"

怎么做?

最佳答案

$abcd = str_replace(' ', '', 'this is a test');

参见 http://php.net/manual/en/function.str-replace.php

关于PHP字符串去除空格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2669764/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com