array_filter()之后的Reindex数组

时间:2015-03-05 16:09:08

标签: php arrays

我有一个PHP数组,在array_filter后我的数组以key [2]

开头

实施例

$words = "

Test1
test2

test3
";

$arrWords = explode("\n", str_replace("\r", '', $words));
$arrWords = array_filter($arrWords);

filter之后重新索引的解决方案是什么?谢谢你

0 个答案:

没有答案