PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<domxml_open_memdomxml_xmltree>
Last updated: Mon, 16 Jul 2012

domxml_version

(PHP 4 >= 4.1.0, PECL)

domxml_version --  Gets the XML library version

说明

string domxml_version ( void )

Gets the version of the XML library currently used.

返回值

The version of the XML library, as a string.

例子 1. domxml_version() Example

<?php

echo domxml_version();

?>

上例的输出类似于:

20607




<domxml_open_memdomxml_xmltree>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST