update : 2015.11.03
php.shukuma.com검색:
|
DOMElement::getAttributeNS(PHP 5, PHP 7) DOMElement::getAttributeNS — Returns value of attribute 설명
public string DOMElement::getAttributeNS
( string
$namespaceURI
, string $localName
)
Gets the value of the attribute in namespace 인수
반환값
The value of the attribute, or an empty string if no attribute with the
given 참고
|