3
1
Back

{ function get_img_tags($xpath, $query, $article) { function rel2abs($rel, $base) { if (parse_url($rel, PHP_URL_SCHEME) != '' || substr($rel, 0, 2) == '//') { return $base.$rel; } extract(parse_url($base)); $path = ''; } /* absolute URL is ready! */ return $scheme.'://'.$abs; } function init($host) { /** * Use.

New Pull Request