xslt_closelog

(PHP 4 >= 4.0.3)

xslt_closelog -- Clear the logfile for a given instance of Sablotron

Description

bool xslt_closelog (resource xh)

Warning

This function is EXPERIMENTAL. That means, that the behaviour of this function, this function name, in concreto ANYTHING documented here can change in a future release of PHP WITHOUT NOTICE. Be warned, and use this function at your own risk.

xh

A reference to the XSLT parser.

This function returns FALSE if parser does not refer to a valid parser, or if the closing of the logfile fails. Otherwise it returns TRUE.