From professional translators, enterprises, web pages and freely available translation repositories.
此过滤器只应用于含有指定 doctype 声明的文本。 如果留空, 则对所有文本生效。 您可以用逗号分隔输入的多个 doctype。 例如 : “ xhtml ” 。
dit filter zal alleen worden toegepast op tekst die de opgegeven doctype-specificatie bevat. wanneer leeg gelaten zal het filter op alle tekst worden toegepast. u kunt meer dan één doctype invoeren, gescheiden door komma's. voorbeeld: "xhtml".
1. ?php echo("if you want to serve xhtml or xml documents, do like this\n");? 2.? echo ("this is the simplest, an sgml processing instruction\n");? ?= expression? this is a shortcut for "? echo expression?" 3. script language="php" echo ("some editors (like frontpage) don't like processing instructions"); /script 4.% echo ("you may optionally use asp-style tags");% %= $variable; # this is a shortcut for "% echo.. ."%
3. script language=" php "echo ("sommige editors (zoals frontpage) gaan slecht met processing instructies om"); / script 4.% echo ("optioneel kun je asp-stijl tags gebruiken");% %= $variable; # dit is kort voor:" %echo.. "%