$ch = curl_init('http://url-to-file.com/audio.mp3'); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_NOBODY, 0); curl_setopt($ch, ...
確定! 回上一頁