XSLTProcessor::importStylesheet

(PHP 5, PHP 7, PHP 8)

XSLTProcessor::importStylesheetImport stylesheet

說明

public XSLTProcessor::importStylesheet(object $stylesheet): bool

This method imports the stylesheet into the XSLTProcessor for transformations.

參數(shù)

stylesheet

The imported style sheet as a DOMDocument or SimpleXMLElement object.

返回值

成功時返回 true, 或者在失敗時返回 false。