李超

cc编程笔记本。

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

07 2008 档案

摘要:把 plugins/modifier.truncate.php 这个文件的内容改成 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> $length) { $length -= strlen($etc); ... 阅读全文
posted @ 2008-07-21 10:53 coderlee 阅读(1843) 评论(0) 推荐(0)

摘要:对xml的解析一般就是 流方式,dom方式和xpath方式三种。 php常用的是流方式。 机制是这样的 1 创建解析器 使用 xml_parse_create 函数 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->$parse ... 阅读全文
posted @ 2008-07-16 17:15 coderlee 阅读(737) 评论(0) 推荐(0)