手册查询array_filter()的使用细节时,看到了:If no callback is supplied, all entries of input equal to FALSE (see converting to boolean) will be removed. 如果没有给出回调函数,所有的等于 FALSE 的元素将会被移除掉!
刚好可以用来移除数组中的空元素!
使用:$arr = array_filter($arr);
<?php
$arr=array(1,2,3,null,'',false);
$new=array_filter($arr);
echo '<pre>';
print_r($new);
echo '<pre>';
结果:
原文:https://blog.csdn.net/guaiguaiknl/article/details/60961782
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/112414.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...