PHP Classes

File: dl.php

Recommend this page to a friend!
  Classes of Rémy Sanchez   uncentralizedDownloader   dl.php   Download  
File: dl.php
Role: Application script
Content type: text/plain
Description: The file that creates an instance of udManager
Class: uncentralizedDownloader
Manage downloading of files from multiple servers
Author: By
Last change:
Date: 16 years ago
Size: 72 bytes
 

Contents

Class file image Download
<?php
include "ud_manager.class.php";

$udManager = new udManager();
?>