Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17240 программистов и 1834 робота. Сейчас ищет 1701 программист ...
XML_Statistics::getCDataLength
Вернуться к: XML_Statistics
XML_Statistics::getCDataLength
XML_Statistics::getCDataLength() – get the combined length of all CData sections
Synopsis
require_once 'XML/Statistics.php';
integer XML_Statistics::getCDataLength ( )
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.
Return value
integer total length of all CData blocks in the XML document
Note
This function can not be called statically.
Вернуться к: XML_Statistics