(PHP 5, PHP 7, PHP 8)
This interface represents a known entity, either parsed or unparsed, in an XML document.
$exclusive = false,$withComments = false,$xpath = null,$nsPrefixes = nullThe public identifier associated with the entity if specified, and null otherwise.
The system identifier associated with the entity if specified, and null otherwise. This may be an absolute URI or not.
For unparsed entities, the name of the notation for the entity. For parsed entities, this is null.
Deprecated as of PHP 8.4.0. This has always been equal to null.
Deprecated as of PHP 8.4.0. This has always been equal to null.
Deprecated as of PHP 8.4.0. This has always been equal to null.
| Version | Description |
|---|---|
| 8.4.0 | actualEncoding, encoding, and version are formally deprecated now because they have always been equal to null. |