私は次のものを持っています:
$input = '<p>This is a sample of a content I am working with <br /> Check out this image <img src="http://mydomain.com/1.png" /> or this one <img src="http://mydomain.com/2.png" />';
この2つのURLを配列で取得するにはどうすればよいですか?
['<img src="http://mydomain.com/1.png" />','<img src="http://mydomain.com/2.png" /'>]