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

search for in the

DOMElement::setIdAttributeNS> <DOMElement::setIdAttribute
[edit] Last updated: Fri, 17 May 2013

view this page in

DOMElement::setIdAttributeNode

(PHP 5)

DOMElement::setIdAttributeNodeDeclara el atributo especificado por su nodo como de tipo ID

Descripción

void DOMElement::setIdAttributeNode ( DOMAttr $attr , bool $isId )

Declara el atributo especificado por attr como de tipo ID.

Parámetros

attr

El nodo atributo.

isId

Establecer a TRUE si se quiere que name sea de tipo ID, FALSE si no.

Valores devueltos

No devuelve ningún valor.

Errores/Excepciones

DOM_NO_MODIFICATION_ALLOWED_ERR

Lanzado si el nodo es de sólo lectura.

DOM_NOT_FOUND

Lanzado si name no es un atributo de este elemento.

Ver también



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

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