摘要: 1 <?php 2 class xmlMessage{ 3 protected $doc; 4 protected $rootKey;//根节点 5 public $xmlName;//xml文件名 6 7 /* 8 xmlMessage类构造函数 9 @param string xmlName 10 */ 11 public function __construct($xmlName,$rootKey) { 12 13 $this->xmlName=$xmlName; 1... 阅读全文
posted @ 2013-06-03 11:23 北斗极星 阅读(764) 评论(0) 推荐(0)