标签: php arrays
这是我的爆炸功能
$array = explode("/(?:\<img[\s].*?src=)(?:\"|\')(.*)?(?:\'|\")/", $others[0]->post_desc); print_r($array);
$ others [0] - &gt; post_desc此变量有3张图片
我的结果为
但我想要单独的阵列图像
array [0]有一个图像,数组1有一个图像,数组[2]有其他图像