Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17194 программиста и 1834 робота. Сейчас ищут 1662 программиста ...
XML_RDDL::XML_RDDL
Вернуться к: XML_RDDL
XML_RDDL::XML_RDDL
XML_RDDL::XML_RDDL() – Constructor
Synopsis
require_once 'XML/RDDL.php';
object XML_RDDL::XML_RDDL ( string $rddlNamespace = "rddl" , string $xlinkNamespace = "xlink" )
Creates a new instance of XML_RDDL that can be used to parse RDDL documents.
When instantiating you may specifiy RDDL and XLINK namespaces. This may change, when XML_Parser supports namespaces and XML_RDDL will be able to extract the correct namespace abbrevations.
Parameter
-
string $rddlNamespace - abbrevation for the RDDL namespace.
-
string $xlinkNamespace - abbrevation for the XLink namespace.
Note
This function can not be called statically.
Вернуться к: XML_RDDL