} } }

    PHP 获取网页301|302真实地址

    添加时间:2013-7-11 点击量:

     1 function getRealURL(¥url){
    
    2 ¥header = get_headers¥url,1);
    3 ifstrpos¥header[0],301) || strpos¥header[0],302)) {
    4 ifis_array¥header[Location])) {
    5 return ¥header[Location][count¥header[Location])-1];
    6 }else{
    7 return ¥header[Location];
    8 }
    9 }else {
    10 return ¥url;
    11 }
    12 }


    彼此相爱,却不要让爱成了束缚:不如让它成为涌动的大海,两岸乃是你们的灵魂。互斟满杯,却不要同饮一杯。相赠面包,却不要共食一个。一起歌舞欢喜,却依然各自独立,相互交心,却不是让对方收藏。因为唯有生命之手,方能收容你们的心。站在一起却不要过于靠近。—— 纪伯伦《先知》
    分享到: