PHP Classes

File: examples/example02/files.inc.php

Recommend this page to a friend!
  Classes of Hayk Chamyan   No Direct Links!   examples/example02/files.inc.php   Download  
File: examples/example02/files.inc.php
Role: Example script
Content type: text/plain
Description: Second example config file
Class: No Direct Links!
Class to control the process of downloading files
Author: By
Last change:
Date: 21 years ago
Size: 154 bytes
 

Contents

Class file image Download
<?php

$files
= array
(
   
"test" => array ("test.bin", "this ia the test file"),
   
"test2" => array ("test2.bin", "this ia the test file 2"),
);

?>