文件名称:PHP实现网站打包为XML文件的类
文件大小:9KB
文件格式:PHP
更新时间:2012-06-10 19:03:30
网站打包 XML dom php
以前经常向虚拟主机上传和下载自己的网站。文件使用FTP命令一条一条执行传效率还是很低的。 我做了一个网站文件和XML文件互相转换的类,发布出来方便大家使用。 /** * @author shadu####foxmail.com * @version v0.2 * @updated 2009-05-20 * @desc Covert the files on the website to one XML,where excluede the special file extend name * @example $my_web2xml = new C_Web2XML('/bbs','bbs.xml');$my_web2xml->Set_FileExtendFiler('exe|rar|zip');$my_web2xml->Create_Web2XML(); * @desc Covert the XML file to you website * @example $my_web2xml = new C_Web2XML('/bbs','bbs.xml');$my_web2xml->Create_XML2Web(); */ http://topic.csdn.net/u/20081101/13/001ff47e-a9b7-49df-b36a-08586b2351da.html?seed=1391936162