xslt_backend_version
(PHP 4 >= 4.3.0)
xslt_backend_version — Returns the version number of Sablotron
Descripción
string xslt_backend_version
( void
)
xslt_backend_version() gets the version number of Sablotron.
Valores devueltos
Returns the version number, or FALSE if not available.
Ejemplos
Example #1 xslt_backend_version() example
<?php
echo xslt_backend_version(); // 0.98 for example
?>
Ver tambiƩn
- xslt_backend_info() - Devuelve la información sobre las opciones de compilación del servidor
- xslt_backend_name() - Returns the name of the backend
There are no user contributed notes for this page.
