XML_RDDL::getResourceById (Previous) (Next) XML_RDDL::getResourcesByPurpose

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

XML_RDDL::getResourcesByNature()

XML_RDDL::getResourcesByNature() -- selects all resources of a specified nature

Описание

Gets all resources of a given nature from an RDDL document. You have to call XML_RDDL::parseRDDL() first. The nature of a resource is specified by the 'xlink:role' attribute. A nature can be a stylesheet, a DTD, a HTML document, etc. You can find a list of well known natures at http://www.rddl.org/natures/.

Параметр

  • string $nature - nature of the resources you want to get.

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

array array containing all resources with the specified nature.

Заметка

Эта функция не должна вызываться статически.

XML_RDDL::getResourceById (Previous) (Next) XML_RDDL::getResourcesByPurpose

Download Documentation Last updated: Mon, 02 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.