Merge array into established array at random indexes in PHP
问题 I'm building an image gallery and want to throw some promo banners in at random points to promote certain offers to users. Given the following two arrays have been filtered from a database query: Media images array: Array ( [0] => Array ( [insertDate] => 2014-11-10 11:22:58 [keyword] => standard [mediaClass] => image [mediaURL] => http://image1.jpg [promoURL] => ) [2] => Array ( [insertDate] => 2014-11-10 11:23:18 [keyword] => standard [mediaClass] => image [mediaURL] => http://image3.jpg