我越来越
非法抵消类型
此代码的每次迭代都会出错.这是代码:
$s = array(); for($i = 0; $i < 20; $i++){ $source = $xml->entry[$i]->source; $s[$source] += 1; } print_r($s)
php arrays
arrays ×1
php ×1