Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
XML_RDDL::getAllResources
Вернуться к: XML_RDDL
XML_RDDL::getAllResources
XML_RDDL::getAllResources() – return all resources that have been found
Synopsis
require_once 'XML/RDDL.php';
array XML_RDDL::getAllResources ( )
Returns an array containing all reources that have been found. You have to call XML_RDDL::parseRDDL() first.
Return value
array array containing all resources
Note
This function can not be called statically.
Вернуться к: XML_RDDL