xslt_backend_version

(PHP 4 >= 4.3.0)

xslt_backend_version --  Returns the version number of Sablotron

Description

string xslt_backend_version ( void )

xslt_backend_version() returns the version number of Sablotron if available, FALSE otherwise.

例子 1. xslt_backend_version() example

<?php

echo xslt_backend_version(); // 0.98 for example

?>

See also xslt_backend_name() and xslt_backend_info().