Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17216 программистов и 1838 роботов. Сейчас ищут 1537 программистов ...
XML_RSS::getStructure
Вернуться к: XML_RSS
XML_RSS::getStructure
XML_RSS::getStructure – Get complete structure of RSS file
Synopsis
require_once "XML/RSS.php";
array XML_RSS::getStructure ( )
Get complete structure of RSS file
Return value
array - the array depends on the structure of the RSS document.
Note
This function can not be called statically.
Вернуться к: XML_RSS