(PHP 5)
Represents nodes with character data. No nodes directly correspond to this class, but other nodes do inherit from it.
$exclusive
[, bool $with_comments
[, array $xpath
[, array $ns_prefixes
]]]] )$uri
[, bool $exclusive
[, bool $with_comments
[, array $xpath
[, array $ns_prefixes
]]]] )The contents of the node.
The length of the contents.
jesdisciple dot FOO at gmail dot BAR dot com (2010-07-08 04:35:10)
In case you're looking for the CDATA class to which nodes /do/ correspond, it's called DOMCdataSection (per my PHP installation) and isn't documented on php.net. Presumably, it doesn't add anything to this API.
See also: http://www.php.net/manual/en/domdocument.createcdatasection.php