DOM XML (PHP 4) Funcții
PHP Manual

domxml_xslt_version

(PHP 4 >= 4.2.0)

domxml_xslt_version Gets the XSLT library version

Descrierea

int domxml_xslt_version ( void )

Gets the XSLT library version.

Valorile întoarse

Returns the version number of the XSLT library, as an integer.

Exemple

Example #1 domxml_xslt_version() Example

<?php

echo domxml_xslt_version();

?>

Exemplul de mai sus va afișa ceva similar cu:

10112

Vedeți de asemenea


DOM XML (PHP 4) Funcții
PHP Manual