Login   Register  
PHP Classes
elePHPant
Icontem

File: test.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Igor Herson Aquino de França  >  URL test  >  test.php  >  Download  
File: test.php
Role: Example script
Content type: text/plain
Description: test with URL list for check avaliable
Class: URL test
Check whether a list of pages are accessible
Author: By
Last change:
Date: 2008-09-20 11:05
Size: 206 bytes
 

Contents

Class file image Download
<?php
require('testurl.php');
$testurl = new testUrl(0);

$testurl->addList('http://www.google.com.br');
$testurl->addList('http://www.encontrei.com/cadastro.htm');



$testurl->returnList();

?>