DOM XML (PHP 4) 함수 목록
PHP Manual

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.

Note: This method is not implemented yet.

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.

참고


DOM XML (PHP 4) 함수 목록
PHP Manual