(PHP 5)
XSLTProcessor::importStylesheet — Import stylesheet
$stylesheet
)This method imports the stylesheet into the XSLTProcessor for transformations.
stylesheet
The imported style sheet as a DOMDocument or SimpleXMLElement object.
Nessun valore viene restituito.
Versione | Descrizione |
---|---|
5.2.8 | Accepts SimpleXMLElement again which was broken since PHP 5.2.6. |