DOMElement::setAttributeNodeNS
(PHP 5)
DOMElement::setAttributeNodeNS — اضافه کردن گره ویژگی جدید به چز
Description
اضافه کردن گره ویژگی جدید attr به جز.
Parameters
- attr
-
گره ویژگی.
Return Values
بازگرداندن گره قدیمی اگر ویژگی جایگزین شده باشد.
Errors/Exceptions
- DOM_NO_MODIFICATION_ALLOWED_ERR
-
ایجاد اگر گره فقط خواندنی باشد.
See Also
- DOMElement::hasAttributeNS() - بررسی وجود ویژگی
- DOMElement::getAttributeNodeNS() - بازگرداندن ویژگی گره
- DOMElement::removeAttributeNode() - حذف ویژگی
There are no user contributed notes for this page.
