|
PHP5中文手册
xslt_setopt(PHP 4 >= 4.3.0) xslt_setopt — Set options on a given xsl processor 说明
mixed xslt_setopt
( resource $processor
, int $newmask
)
xslt_setopt() sets the options specified by newmask on the given processor . 参数
返回值Returns the number of previous mask is possible, TRUE otherwise, FALSE in case of an error. 范例
Example#1 xslt_setopt() Example
<?php |