Навигатор

Главная
Новости
Школа реселлера
Биллинг панели
Документация


Добавить в закладки

Google slashdot YahooMyWeb Digg Technorati Delicious Bobrdobr Memori linkstore.ru rumarkz.ru moemesto.ru

Подписаться на rss


Избранное

Веб Хост Менеджер
Руководство по PHP
PHP £
Теги


Рейтинг блогов

DOMElement->getElementsByTagNameNS()

(No version information available, might be only in CVS)

DOMElement->getElementsByTagNameNS() — Get elements by namespaceURI and localName

Описание

DOMElement
DOMNodeList getElementsByTagNameNS ( string $namespaceURI , string $localName )

This function fetch all the descendant elements with a given localName and namespaceURI .

Список параметров

namespaceURI

The namespace URI.

localName

The local name. Use * to return all elements within the element tree.

Возвращаемые значения

This function returns a new instance of the class DOMNodeList of all matched elements in the order in which they are encountered in a preorder traversal of this element tree.

Смотрите также

Добавил Ejena.net в Понедельник, 19 июня 2006 Раздел: PHP.