XSLT_BACKEND_VERSION(3) 1 XSLT_BACKEND_VERSION(3)
xslt_backend_version - Returns the version number of Sablotron
SYNOPSIS
string xslt_backend_version (void )
DESCRIPTION
xslt_backend_version(3) gets the version number of Sablotron.
RETURN VALUES
Returns the version number, or FALSE if not available.
EXAMPLES
Example #1
xslt_backend_version(3) example
<?php
echo xslt_backend_version(); // 0.98 for example
?>
SEE ALSO
xslt_backend_info(3), xslt_backend_name(3).
PHP Documentation Group XSLT_BACKEND_VERSION(3)