Searched defs:isParam (Results 1 – 1 of 1) sorted by relevance
79 function xmlwriter_start_dtd_entity(XMLWriter $writer, string $name, bool $isParam): bool {}83 function xmlwriter_write_dtd_entity(XMLWriter $writer, string $name, string $content, bool $isParam…326 public function startDtdEntity(string $name, bool $isParam): bool {}338 …public function writeDtdEntity(string $name, string $content, bool $isParam = false, ?string $publ…
Completed in 6 milliseconds