XSLT (PHP 4) Funções
PHP Manual

xslt_backend_version

(PHP 4 >= 4.3.0)

xslt_backend_versionReturns the version number of Sablotron

Descrição

string xslt_backend_version ( void )

xslt_backend_version() gets the version number of Sablotron.

Valor Retornado

Returns the version number, or FALSE if not available.

Exemplos

Exemplo #1 xslt_backend_version() example

<?php

echo xslt_backend_version(); // 0.98 for example

?>

Veja Também


XSLT (PHP 4) Funções
PHP Manual