有个需求,想实现PHP里用php_curl下载大文件,如果直接下载到内存呢,那肯定药丸,所以肯定要输出到文件才行,示例代码如下:
<?php
set_time_limit(0);
//This is the file where we save the in[......]
有个需求,想实现PHP里用php_curl下载大文件,如果直接下载到内存呢,那肯定药丸,所以肯定要输出到文件才行,示例代码如下:
<?php
set_time_limit(0);
//This is the file where we save the in[......]