Exemple #1
0
 public function callofperfection($pos)
 {
     //print_r(crawl::$obj);
     if ($pos > 100) {
         //print_r(crawl::$obj);
         exit;
     } else {
         crawl::$fordomaincount = $pos + 1;
         $key = crawl::$obj[$pos + 1];
         // insert url into bigdata
         $this->insert($key);
         // make construct of each url
         $key = new crawl($key);
     }
 }
Exemple #2
0
 public function callofperfection($pos)
 {
     //print_r(crawl::$obj);
     if ($pos > 400) {
         //print_r(crawl::$obj);
         exit;
     } else {
         crawl::$fordomaincount = $pos + 1;
         $key = crawl::$obj[$pos + 1];
         $key = new crawl($key);
     }
 }