DOMElement
PHP Manual

DOMElement::removeAttributeNode

(PHP 5)

DOMElement::removeAttributeNodeحذف ویژگی

Description

bool DOMElement::removeAttributeNode ( DOMAttr $oldnode )

حذف ویژگی oldnode از جز.

Parameters

oldnode

گره ویژگی.

Return Values

Returns TRUE on success or FALSE on failure.

Errors/Exceptions

DOM_NO_MODIFICATION_ALLOWED_ERR

ایجاد اگر گره فقط خواندنی باشد.

DOM_NOT_FOUND_ERROR

ایجاد اگر oldnode ویژگی جز نباشد.

See Also


DOMElement
PHP Manual