How use CURLOPT_WRITEFUNCTION when download a file by CURL

后端 未结 4 1553
陌清茗
陌清茗 2021-01-20 04:10

My Class for download file direct from a link:

MyClass{

          function download($link){
                ......
                $ch = curl_init($link);
          


        
4条回答
提交回复
热议问题