2015年8月25日

Zend Studio 中创建简单的phpfile模板和xhtml类phpfile模板

摘要: <!--简单的phpfile模板,带有创建时间和作者--><?php/*** * @date: ${date}* @author: ${user}* @version: 1.0* */${cursor}?><!--xhtml类phpfile模板,同样具有创作时间和作者--><?php/*** * @ 阅读全文

posted @ 2015-08-25 15:32 小明在线 阅读(486) 评论(0) 推荐(0)

PHP使用SimpleElement创建和解析xml文件

摘要: 1.0xml解析测试小明在线http://www.xiaoming.com小明电竞商城http://www.dianjin.com小花英雄联盟http://www.yingxiong.com小红_xml;//创建一个simplexml对象,传入xml字符串$_sxe = new SimpleXMLE... 阅读全文

posted @ 2015-08-25 15:31 小明在线 阅读(1452) 评论(0) 推荐(0)

PHP使用 DOMDocument创建和解析xml文件

摘要: formatOutput=true;//使用createelement创建标签$_root=$_doc->createElement('root');$_version=$_doc->createElement('version');//创建version标签字符串(值)$_versionTextN... 阅读全文

posted @ 2015-08-25 15:27 小明在线 阅读(595) 评论(0) 推荐(0)

导航