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 întroarse
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