DOMElement::removeAttributeNode
(PHP 5)
DOMElement::removeAttributeNode — حذف ویژگی
Description
bool DOMElement::removeAttributeNode
(
DOMAttr $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 ویژگی جز نباشد.