Posted in PHP onJanuary 27, 2014
<?php $arr = array( 1=>"11", 2=>"22", 3=>"33", 4=>"" ); print_r(count(array_filter($arr))); ?>
php计算数组不为空元素个数的方法
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
<?php $arr = array( 1=>"11", 2=>"22", 3=>"33", 4=>"" ); print_r(count(array_filter($arr))); ?>
php计算数组不为空元素个数的方法
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@