Functions
This function log the given message msg depending on the LOG_LEVEL value
For the moment, it displays message with the echo function and add a </br> at the end
log_msg(string $mes, int $l)
Parameters
$mes
string
$l
intlog level, DEBUG if not set
Classes and interfaces
SaxonCall¶
This class provides access to saxon XSLT2 processor with java php bridge
« More »
XSLPhpCall¶
This class manage xsl transformation with php xsl library
« More »
Constants