|
PHP5中文手册
XMLWriter Functions简介This is the XMLWriter extension. It wraps the libxml xmlWriter API. This extension represents a writer that provides a non-cached, forward-only means of generating streams or files containing XML data. This extension can be used in an object oriented style or a procedural one. Every method documented describes the alternative procedural call. 预定义类
XMLWriter
方法
资源类型There is one resource used by the procedural version of the XMLWriter extension: returned by xmlwriter_open_memory() or xmlwriter_open_uri(). 预定义常量本扩展模块未定义任何常量。 Table of Contents
|