php创建桌面快捷方式
2016-07-12 PHP 1357
$Shortcut = \"[InternetShortcut]
URL=http://www.domain.com
IDList=
IconFile=http://www.domain.com/favicon.ico
IconIndex=1
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2\";
header(\"Content-type: a
$Shortcut = "[InternetShortcut] URL=http://www.domain.com IDList= IconFile=http://www.domain.com/favicon.ico IconIndex=1 [{000214A0-0000-0000-C000-000000000046}] Prop3=19,2"; header("Content-type: application/octet-stream"); header("Content-Disposition: attachment; filename=domain.url;"); echo $Shortcut;
很赞哦! (0)
相关文章
文章评论
-
-
-
0条评论