The Dom\Entity class
(PHP 8 >= 8.4.0)
简介
This interface represents a known entity, either parsed or unparsed, in an XML document.
This is the modern, spec-compliant equivalent of DOMEntity.
类摘要
/* 继承的常量 */
/* 属性 */
/* 继承的属性 */
/* 继承的方法 */
/* Not documented yet */
}属性
- publicId
-
The public identifier associated with the entity if specified, and
null
otherwise. - systemId
-
The system identifier associated with the entity if specified, and
null
otherwise. This may be an absolute URI or not. - notationName
-
For unparsed entities, the name of the notation for the entity. For parsed entities, this is
null
.
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。