Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
DomElement->get_attribute_node()
(no version information, might be only in CVS)
DomElement->get_attribute_node() -- Returns the node of the given attributePopis
class DomElement {DomAttribute get_attribute_node ( string name )
}
Returns the node of the given attribute in the current element.
Návratové hodnoty
Returns the node of the attribute as a DomAttribute
or FALSE if no attribute with the given name
is
found.
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
DomDocumentType->system_id() | Nahoru |