是否可以在PHP中创建pc清理软件
问题描述:
是否有可能在PHP技术中创建一个从桌面删除所有临时文件缓存文件的软件。
Is it possible to create a software which remove all the temp files , cache file, from desktop in PHP technolgy.
答
PHP是服务器端技术,所以你不能通过浏览器在客户端系统上做任何事情。
PHP is a server side technology, so you can't do anything on clients systems through the browser with it.