|
PHP5中文手册
XSLTProcessor::transformToURI(No version information available, might be only in CVS) XSLTProcessor::transformToURI — Transform to URI 说明XSLTProcessor
int
transformToURI
( DOMDocument $doc
, string $uri
)
Transforms the source node to an URI applying the stylesheet given by the XSLTProcessor::importStylesheet method. 参数
返回值Returns the number of bytes written or FALSE if an error occurred. 范例
Example#1 Transforming to a HTML file
<?php |