DOMElement::removeAttributeNode
(PHP 5)
DOMElement::removeAttributeNode — حذف ویژگی
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::hasAttribute() - بررسی وجود ویژگی
- DOMElement::getAttributeNode() - بازگرداندن ویژگی گره
- DOMElement::setAttributeNode() - اضافه کردن گره ویژگی جدید
There are no user contributed notes for this page.
