XML_Statistics::getCDataLength()

XML_Statistics::getCDataLength() -- get the combined length of all CData sections

Synopsis

require_once 'XML/Statistics.php';

integer XML_Statistics::getCDataLength ()

Beschreibung

If you need to know how many chars you have between your tags, this is the method that gets it.

Parameter

This method does not accept any parameters.

Rückgabewert

integer total length of all CData blocks in the XML document

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Siehe auch

XML_Statistics::countDataChunks()