XSLTProcessor::importStylesheet
(PHP 5, PHP 7)
XSLTProcessor::importStylesheet — Import stylesheet
说明
public
XSLTProcessor::importStylesheet (
object
$stylesheet
) :
bool
This method imports the stylesheet into the XSLTProcessor for transformations.
返回值
成功时返回 TRUE
, 或者在失败时返回 FALSE
。