Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16511 программистов и 1766 роботов. Сейчас ищут 1698 программистов ...
XML_Tree::&getName
Вернуться к: XML_Tree
XML_Tree::&getName
XML_Tree::&getName – get namespace.
Synopsis
require_once "XML/Tree.php";
string XML_Tree::&getName ( string $name )
Get the current namespace.
Parameter
-
string $name - namespace
Return value
string - namespace
Note
This function can not be called statically.
Вернуться к: XML_Tree