PHPでHTMLコードから最初のimgを取得したい
私はこのコードを持っています
$text = '
<b>hello</b>
this is the first img
<img src="http://localhost/1.png" title="first img" />
other img
<img src="http://localhost/2.png" title="other" />
';
新しい変数に最初のソース画像が必要です
http://localhost/1.png
ありがとう