$extensions
$extensions
parse_images_from_html(string $content) : array
Match all images and any relevant <a> tags in a block of HTML.
string | $content | Some HTML. |
An array of $images matches, where $images[0] is
an array of full matches, and the link_url, img_tag,
and img_url keys are arrays of those matches.