PHP Classes

File: test.php

Recommend this page to a friend!
  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: 15 years ago
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();

?>