Home > PHP > Function > XSLT (PHP4) > xslt_free()

xslt_free()

xslt_free - Free XSLT processor

Syntax

xslt_free (resource $xh)

Arguments

  • xh - The XSLT processor link identifier, created with xslt_create().

Description

Free the XSLT processor identified by the given handle.

Version

PHP 4.0.3

Return value

No value is returned.