从数字数组中筛选出奇数或者偶数的小函数。
$one_side = pick_one_side(range(1, 100), false);print_r($one_side);
php实现数组筛选奇数和偶数示例
原文:http://www.jb51.net/article/48911.htm