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

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

DOM-XML-Funktionen

<<domxml_open_mem

domxml_xmltree>>

domxml_version

(PHP 4 >= 4.1.0)

domxml_version Gets the XML library version

Beschreibung

string domxml_version ( void )

Gets the version of the XML library currently used.

Rückgabewerte

The version of the XML library, as a string.

Beispiele

Beispiel #1 domxml_version() Example

<?php

echo domxml_version();

?>

Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:

20607


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",...)