xslt_output_endtransform

(PHP 4 >= 4.0.3)

xslt_output_endtransform -- End an output transformation started with xslt_output_begintransform

Description

void xslt_output_endtransform (void)

Figyelem

Ez a függvény KÍSÉRLETI JELLEGGEL MŰKÖDIK. Ez azt jelenti, hogy a leírt működés, a függvény neve, azaz BÁRMI, ami itt le van írva, megváltozhat egy későbbi PHP kiadásban MINDEN FIGYELMEZTETÉS NÉLKÜL. Ezt a függvényt csak a saját felelősségedre használd!

The xslt_output_endtransform() ends the output transformation started by the xslt_output_begintransform() function. You must call this function in order to see the results of the output transformation.