To verify cURL setup in PHP: $ch = curl_init('https://www.howsmyssl.com/a/check'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
確定! 回上一頁