xmlwriter_start_dtd_entity()
function xmlwriter_start_dtd_entity(mixed $writer, string $name, bool $isParam): bool
Starts a DTD entity declaration.
Parameters:
$writer(mixed)$name(string)$isParam(bool)
Returns: bool
Availability
- Compiled (AOT): supported through an injected elephc-PHP prelude.
eval()(magician interpreter): supported — declarative interpreter builtin (crates/elephc-magician/src/interpreter/builtins/xml/xmlwriter_start_dtd_entity.rs).
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how xmlwriter_start_dtd_entity is implemented in the compiler, see the internals page.