PHP Dokumentation: Function domxml-xslt-version
12. Januar 2010 von werner
domxml_xslt_version
(PHP 4 >= 4.2.0)
domxml_xslt_version — Gets the XSLT library version
Beschreibung
int domxml_xslt_version ( void )
Gets the XSLT library version.
Rückgabewerte
Returns the version number of the XSLT library, as an integer.
Beispiele
Beispiel #1 domxml_xslt_version() Example
<?phpecho domxml_xslt_version();?>Das oben gezeigte Beispiel erzeugteine ähnliche Ausgabe wie:
10112
Siehe auch
- domxml_version() – Gets the XML library version