|
PHP5中文手册
DomAttribute->specified(No version information available, might be only in CVS) DomAttribute->specified — Checks if attribute is specified 说明DomAttribute
bool specified
( void
)
Checks if the attribute was explicitly given a value in the original document.
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |