手机
当前位置:查字典教程网 >编程开发 >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的快捷方式示例代码】相关文章:

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

Session的工作方式

PHP中把对象转换为关联数组代码分享

一段php加密解密的代码

PHP CURL 多线程操作代码实例

PHP的变量

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

PHP的开合式多级菜单程序

PHP中路径问题的解决方案

我的论坛源代码(九)

精品推荐
分类导航