难,要么服务器设置访问权限(但仍能知道路径),要么全部向客户端echo(或者流方式传送)

解决方案 »

  1.   

    喔~~~还有个问题就是```php有没有类似C语言的Sleep()函数
      

  2.   

    喔~~~还有个问题就是```php有没有类似C语言的Sleep()函数
    ----------------------------------------
    sleep
    (PHP 3, PHP 4, PHP 5)sleep -- Delay execution
    Description
    int sleep ( int seconds )The sleep() function delays program execution for the given number of seconds. -----------------------------------------
    you can use a php page that links to the file(record the root in your database),add the head and make the file as a file stream.then the client may download the file without getting the root of the file(they will see http://ip/download.php)