[Php Class] PHP URL Extractor (Extract URLs of images and metadata from Web pages)
This class can extract URLs of images and metadata from Web pages.
It can take the URL of a given remote page and retrieve it to parse the HTML.
The class can extract the URLs of images and metadata information like the page title, keywords, description, etc..
Usage
This class can extract URLs of images and metadata from Web pages.
It can take the URL of a given remote page and retrieve it to parse the HTML.
The class can extract the URLs of images and metadata information like the page title, keywords, description, etc..
Usage
require_once "src/UrlExtractor.php";
$urlExtractor = new \rollbackpt\UrlExtractor();
echo $urlExtractor->extractAll("http://some-url.com");
Download
0 comments:
Post a Comment