(PHP 4 >= 4.2.0)
domxml_xslt_version — Gets the XSLT library version
Gets the XSLT library version.
Returns the version number of the XSLT library, as an integer.
Beispiel #1 domxml_xslt_version() Example
<?php
echo domxml_xslt_version();
?>
Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
10112