DOMElement::getAttributeNS
(PHP 5)
DOMElement::getAttributeNS — بازگرداندن مقدار ویژگی
Description
string DOMElement::getAttributeNS
( string $namespaceURI
, string $localName
)
دریافت مقدار ویژگی در فضای نام namespaceURI با نام محلی localName برای گره فعلی.
Parameters
- namespaceURI
-
فضای نام URI.
- localName
-
نام محلی.
Return Values
مقدار ویژگی یا رشته خالی اگر ویژگی با localName و namespaceURI داده شده وجود نداشته باشد.
See Also
- DOMElement::hasAttributeNS() - بررسی وجود ویژگی
- DOMElement::setAttributeNS() - اضافه کردن ویژگی جدید
- DOMElement::removeAttributeNS() - حذف ویژگی
There are no user contributed notes for this page.
