I would like to use preg_match in PHP to parse out the content of the div with the id "codigoImagem" from the following html section:
<tbody>
<tr valign="bottom">
<td>
<img src="../../imagens/boleto/logo_boleto.gif" width="236" height="30" alt="Bradesco |237-2|">
<span class="codigo">
<div id="codigoImagem">2379285923 59799.436395 57000.723007 1 57160000036698</div>
</span>
</td>
</tr>
</tbody>