update : 2015.11.03
php.shukuma.com

검색:
 
 
Import stylesheet

XSLTProcessor::importStylesheet

(PHP 5)

XSLTProcessor::importStylesheetImport stylesheet

설명

public bool XSLTProcessor::importStylesheet ( object $stylesheet )

This method imports the stylesheet into the XSLTProcessor for transformations.

인수

stylesheet

The imported style sheet as a DOMDocument or SimpleXMLElement object.

반환값

성공 시 TRUE를, 실패 시 FALSE를 반환합니다.

변경점

버전 설명
5.2.8 Accepts SimpleXMLElement again which was broken since PHP 5.2.6.