PHP
XML

XSLTProcessor::importStylesheet

XSLTProcessor::importStylesheet

(PHP 5, PHP 7)

XSLTProcessor :: importStylesheet - 导入样式表

描述

public bool XSLTProcessor::importStylesheet ( object $stylesheet )

此方法将样式表导入到XSLTProcessor进行转换。

参数

stylesheet

导入的样式表作为DOMDocument或SimpleXMLElement对象。

返回值

成功时返回TRUE或失败时返回FALSE

更新日志

版本描述
5.2.8再次接受自PHP 5.2.6以来破坏的SimpleXMLElement。

← XSLTProcessor::hasExsltSupport

XSLTProcessor::registerPHPFunctions →