DOMElement::hasAttribute
(PHP 5)
DOMElement::hasAttribute — بررسی وجود ویژگی
Description
bool DOMElement::hasAttribute
( string $name
)
بررسی وجود ویژگی به نام name به عنوان عضو جز.
Parameters
- name
-
نام ویژگی.
Return Values
Returns TRUE on success or FALSE on failure.
See Also
- DOMElement::hasAttributeNS() - بررسی وجود ویژگی
- DOMElement::getAttribute() - بازگرداندن مقدار ویژگی
- DOMElement::setAttribute() - Adds new attribute
- DOMElement::removeAttribute() - حذف ویژگی
There are no user contributed notes for this page.
