xmlwriter_write_dtd_attlist()
function xmlwriter_write_dtd_attlist(mixed $writer, string $name, string $content): bool
Writes a complete DTD attribute list declaration.
Parameters:
$writer(mixed)$name(string)$content(string)
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_write_dtd_attlist.rs).
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how xmlwriter_write_dtd_attlist is implemented in the compiler, see the internals page.