xslt_backend_version
(PHP 4 >= 4.3.0)
xslt_backend_version — Returns the version number of Sablotron
Descrizione
string xslt_backend_version
( void
)
xslt_backend_version() gets the version number of Sablotron.
Valori restituiti
Returns the version number, or FALSE if not available.
Esempi
Example #1 xslt_backend_version() example
<?php
echo xslt_backend_version(); // 0.98 for example
?>
Vedere anche:
- xslt_backend_info() - Returns the information on the compilation settings of the backend
- xslt_backend_name() - Returns the name of the backend
There are no user contributed notes for this page.
