XSLT (PHP 4) 函数
PHP 手册

xslt_set_encoding

(PHP 4 >= 4.0.5)

xslt_set_encodingSet the encoding for the parsing of XML documents

说明

void xslt_set_encoding ( resource $xh , string $encoding )

Set the output encoding for the XSLT transformations. When using the Sablotron backend, this option is only available when you compile Sablotron with encoding support.

参数

xh

XSLT 处理器连接标识符,由 xslt_create() 创建。

encoding

An output encoding, e.g iso-8859-1.

返回值

没有返回值。


XSLT (PHP 4) 函数
PHP 手册