PHP Classes

File: views/crawlImage.php

Recommend this page to a friend!
  Classes of Hillary Kollan   Scopr   views/crawlImage.php   Download  
File: views/crawlImage.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Scopr
Crawl and search Web site pages, images and news
Author: By
Last change:
Date: 1 year ago
Size: 216 bytes
 

Contents

Class file image Download
<?php
require_once __DIR__."/../config.php";
require_once
SITE_ROOT. "/controllers/SearchController.php";
$search = new SearchController();
$src = "https://www.bbc.com";
$images = $search->followImageLinks($src);