DomAttribute->specified
(PHP 4 >= 4.1.0)
DomAttribute->specified —
Checks if attribute is specified
Описание
DomAttribute
bool specified
( void
)
Checks if the attribute was explicitly given a value in the original
document.
Замечание:
This method is not implemented yet.
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
Смотрите также
-
The definition of » specified in the DOM
Recommendations