我的一個數組值的搜索值包含在陣列不工作
$all_data_array = Array
(
[0] => 'General Information'
[1] => 'Brand'
[2] => '<p><div style="bolor:#000000;"><li>Product Details</li></div></p>'
)
。
我想搜索數組中的值的關鍵字,其中數組值包含文本「產品詳細信息」,其中包含一些HTML數據。 我寫了下面的代碼,但它不工作。有人可以幫忙嗎?
<?php echo $new_key = array_search('Product Details', $all_data_array); ?>
可以請你說明你的'$ all_data_array'數組是怎麼樣的? – Vins 2012-08-10 06:35:09