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.
Examples
Example 1. xslt_backend_version() example
<?php
echo xslt_backend_version(); // 0.98 for example
?>
|
|