| 
 | XSLTProcessor::transformToUriTransform to URI Description
   int
    XSLTProcessor::transformToURI
    ( DOMDocument  $doc, string$uri)Transforms the source node to an URI applying the stylesheet given by the XSLTProcessor::importStylesheet method. Parameters
 
 Return Values
   Returns the number of bytes written or  Examples
 Example #1 Transforming to a HTML file 
<?phpSee Also
 
 |