3
1
Back

Tag. Function alt_textify($article, $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = new DOMXPath($doc); return $xpath; } function get_img_tags($xpath, $query, &$article, $base_url=NULL) { /* absolute URL */ /* replace '//' or '/./' or '/foo/../' with '/' */ $re = array('#(/\.?/)#', '#/(?!\.\.)[^/]+/\.\./#'); for($n=1.

New Pull Request