|
PHP5中文手册
xslt_create(PHP 4 >= 4.0.3) xslt_create — Create a new XSLT processor 说明
resource xslt_create
( void
)
Create and return a new XSLT processor resource for manipulation by the other XSLT functions. 返回值Returns an XSLT processor link identifier on success, or FALSE on error. 范例
Example#1 xslt_create() example
<?php |