(.*)<\/title>/si", $page, $match ); $metadata['title'] = htmlspecialchars_decode(@$match[1]); $meta = get_meta_tags($url); return $metadata; }