Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17182 программиста и 1834 робота. Сейчас ищут 1680 программистов ...
XML_RDDL::getResourceById
Вернуться к: XML_RDDL
XML_RDDL::getResourceById
XML_RDDL::getResourceById() – get one resource from the document
Synopsis
require_once 'XML/RDDL.php';
array XML_RDDL::getResourceById ( string $id )
Gets one resource from a document. You have to call XML_RDDL::parseRDDL() first.
Parameter
-
string $id - ID of the resource you want to get.
Return value
array array containing all information about the specified resource or a PEAR_Error if the resource does not exist.
Note
This function can not be called statically.
Вернуться к: XML_RDDL