From eceb5b6cc4c3b0147c85deba6fc247df6af61da0 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Mon, 17 Dec 2001 10:33:30 +0000 Subject: [PATCH] added missing functions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65401 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/domxml.xml | 51 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 48 insertions(+), 3 deletions(-) diff --git a/functions/domxml.xml b/functions/domxml.xml index 371dd295e0..bc97b9453b 100644 --- a/functions/domxml.xml +++ b/functions/domxml.xml @@ -1,6 +1,6 @@ - - + + DOM XML functions DOM XML @@ -842,7 +842,7 @@ $children = $head->children(); xpath_eval - Evaluates an xpath expression + Evaluates the XPath Location Path in the given string @@ -862,6 +862,51 @@ $children = $head->children(); + + + xpath_eval_expression + + Evaluates the XPath Location Path in the given string + + + + Description + + + array xpath_eval + object xpath context + + + &warn.experimental.func; + + + + See also + + + + + + + domxml_version + + Get XML library version + + + + Description + + + string domxml_version + + + + + This function returns the version of the XML library version currently used. + + + +