首頁 >後端開發 >php教程 >underneath your clothes PHP取得url的函數程式碼

underneath your clothes PHP取得url的函數程式碼

WBOY
WBOY原創
2016-07-29 08:46:19881瀏覽

複製程式碼 程式碼如下:


function geturl($url)
{
$ch = curl_init();
$ $ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
//在需要使用者偵測的網頁中需要增加下面兩行
//curl_setopt($a), CURSV​​TBC_NY/ESg/E /curl_setopt($ch, CURLOPT_USERPWD, US_NAME.」:”.US_PWD);
$contents = curl_exec($ch);
curl_close($ch);
$contents = str_replace(""um."w" ,$contents);
$contents = str_replace("');","",$contents);
$contents = str_replace("\n","",$contents);
$contents = str_replace("\ ","",$contents);
echo $contents;
}


以上就介紹了underneath your clothes PHP取得url的函數程式碼,包括了underneath your clothes方面的內容,希望對PHP教學有興趣的朋友有所幫助。

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn