PHP Doku:: Gets the XSLT library version - function.domxml-xslt-version.html

Verlauf / Chronik / History: (3) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationDOM-XMLDOM-XML-Funktionendomxml_xslt_version

Ein Service von Reinhard Neidl - Webprogrammierung.

DOM-XML-Funktionen

<<domxml_xslt_stylesheet

xpath_eval_expression>>

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

<?php

echo domxml_xslt_version();

?>

Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:

10112

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)