Inherited Variables
Inherited Constants
Inherited Methods
Class Details
Basic XML Renderer for XML Beautifier
Tags:
- author - Stephan Schmidt <schst@php.net>
- todo - option to specify inline tags
- todo - automatically create <![CDATA[ ]]> sections
- todo - option to specify treatment of whitespac in data sections
[ Top ]
Class Variables
Class Methods
serialize
string serialize(
array
$tokens)
[line 54]
Serialize the XML tokens
Tags:
- return - XML document
- access - public
Parameters:
- array $tokens - XML tokens
[ Top ]