xslt_free

(PHP 4 >= 4.0.3)

xslt_freeFree XSLT processor

Beskrivelse

void xslt_free ( resource $xh )

Free the XSLT processor identified by the given handle.

Parametre

xh

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

Returnerings Værdier

No value is returned.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top