Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18773 программиста и 1632 робота. Сейчас ищут 1709 программистов ...
XML_RDDL::parseRDDL
Вернуться к: XML_RDDL
XML_RDDL::parseRDDL
XML_RDDL::parseRDDL() – parse a document that contains RDDL resources
Synopsis
require_once 'XML/RDDL.php';
boolean XML_RDDL::parseRDDL ( string $input , boolean $isFile = true )
Parses an XML or XHTML document that contains RDDL resources and stores information about them for retrieval by the other methods.
Parameter
-
string $input - input to parse, either a string or a file. If it's a file, you have to set $isFile to true.
-
boolean $isFile - flag to indicate whether the $input parameter should be treated as a filename.
Return value
Returns TRUE on success, PEAR_Error on failure.
Note
This function can not be called statically.
Вернуться к: XML_RDDL