PHP封裝curl的函數

<?php /** * Created by PhpStorm. * User: jefferyteng * Date: 2018/6/9 * Time: 15:28 */ /** * GET 請求 * @param string $url */ function http_get($url){ $oCurl = curl_init(); if(stripos
相關文章
相關標籤/搜索