修剪数组值
我知道 var_dump($array) 修剪数组内容 &打印它。但我想跳过打印部分。我应该怎么办?我应该使用其他功能吗
I know var_dump($array) trims the array content & print it. but I want to skip the print part. What should I do? Should I use some other function
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用
array_map
与修剪
Use
array_map
withtrim
您可能会在这里找到一些内容: http://php.net/manual/en/function.trim .php
You might find something here: http://php.net/manual/en/function.trim.php