PHP 输出URL的快捷方式示例代码

前端之家收集整理的这篇文章主要介绍了PHP 输出URL的快捷方式示例代码前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

<div class="codetitle"><a style="CURSOR: pointer" data="82043" class="copybut" id="copybut82043" onclick="doCopy('code82043')"> 代码如下:

<div class="codebody" id="code82043">
<?PHP
/*
Internet Shortcut

Add the following into "head":



/
$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;

原文链接:https://www.f2er.com/php/25656.html

猜你在找的PHP相关文章