手机
当前位置:查字典教程网 >编程开发 >php教程 >PHP 输出URL的快捷方式示例代码
PHP 输出URL的快捷方式示例代码
摘要:复制代码代码如下:

复制代码 代码如下:

<?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;

【PHP 输出URL的快捷方式示例代码】相关文章:

Session的工作方式

PHP输出缓冲控制Output Control系列函数详解

PHP处理密码的几种方式

解决PHP导出CSV文中文乱码问题

PHP中的命名空间详细介绍

PHP中路径问题的解决方案

PHP获取数组的键与值方法小结

PHP Opcache安装和配置方法介绍

PHP下MAIL的另一解决方案

php编写批量生成不重复的卡号密码代码

精品推荐
分类导航