欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

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

 更新時(shí)間:2013年09月22日 15:43:47   作者:  
輸出URL的快捷方式的實(shí)現(xiàn)方法有很多,在本文將為大家介紹下使用php是如何實(shí)現(xiàn)的,感興趣的朋友可以參考下,希望對(duì)大家有所幫助
復(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)文章

最新評(píng)論