downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

XMLReader::getParserProperty> <XMLReader::getAttributeNo
[edit] Last updated: Fri, 24 May 2013

view this page in

XMLReader::getAttributeNs

(PHP 5 >= 5.1.0)

XMLReader::getAttributeNsObtiene el valor de un atributo por su nombre local y URI

Descripción

string XMLReader::getAttributeNs ( string $localName , string $namespaceURI )

Devuelve el valor de un atributo por su nombre y URI del namespace o una cadena vacia si el atributo no existe o no está posicionado en el eleménto.

Parámetros

localName

El nombre local.

namespaceURI

El URI del namespace.

Valores devueltos

El valor del atributo, o una cadena vacia si ningun atributo con el localName dado y el namespaceURI es encontrado o no está posicionado en el eleménto.

Ver también



add a note add a note User Contributed Notes XMLReader::getAttributeNs - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites