亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

PHP 輸出URL的快捷方式示例代碼

 更新時間:2013年09月22日 15:43:47   作者:  
輸出URL的快捷方式的實現(xiàn)方法有很多,在本文將為大家介紹下使用php是如何實現(xiàn)的,感興趣的朋友可以參考下,希望對大家有所幫助
復(fù)制代碼 代碼如下:

<?php
/**
* Internet Shortcut
*
* Add the following into "head":
* <link href="favicon.ico" rel="icon" type="image/x-icon" />
* <link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
* <link href="favicon.ico" rel="bookmark" type="image/x-icon" />
*/
$shortcut = '[InternetShortcut]
URL=http://onens.com/
IDList=
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2
';
header('Content-type: application/octet-stream');
header('Content-Disposition: attachment; filename=Onens.Com.url;');
echo $shortcut;

相關(guān)文章

最新評論