<?php function get_url($url) { $ch = curl_init(); if($ch === false) die('Failed to create curl object"); curl_setopt($ch, ...
確定! 回上一頁