domxml_xslt_version

(PHP 4 >= 4.2.0, PECL)

domxml_xslt_version --  Gets the XSLT library version

Descrizione

int domxml_xslt_version ( void )

Gets the XSLT library version.

Valori restituiti

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

Esempi

Esempio 1. domxml_xslt_version() Example

<?php

echo domxml_xslt_version();

?>

Il precedente esempio visualizzerà qualcosa simile a:

10112

Vedere anche:

domxml_version()