From aa046d86168bbd83bf134d978ea7f1efc4bbd7e3 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Tue, 18 Dec 2001 19:08:15 +0000 Subject: [PATCH] more skeletons for missing functions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65608 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/domxml.xml | 47 +++++++++++++++++++++++++++++++++++++++-- functions/ibase.xml | 28 +++++++++++++++++++++++- functions/satellite.xml | 23 +++++++++++++++++++- 3 files changed, 94 insertions(+), 4 deletions(-) diff --git a/functions/domxml.xml b/functions/domxml.xml index 0d1ea085be..1353ae9964 100644 --- a/functions/domxml.xml +++ b/functions/domxml.xml @@ -1,5 +1,5 @@ - + DOM XML functions DOM XML @@ -937,7 +937,7 @@ $children = $head->children(); array xpath_eval - object xpath context + object xpath_context &warn.experimental.func; @@ -970,6 +970,49 @@ $children = $head->children(); + + + xptr_new_context + + Create new XPath Context + + + + Description + + + string xptr_new_context + object doc_handle + + + + &warn.undocumented.func; + + + + + + + xptr_eval + + Evaluate the XPtr Location Path in the given string + + + + Description + + + int xptr_eval + object xpath_context + string eval_str + + + + &warn.undocumented.func; + + + + + InterBase functions InterBase @@ -822,6 +822,32 @@ for ($i=0; $i < $coln; $i++) { + + + ibase_blob_import + + Create blob, copy file in it, and close it + + + + Description + + + string ibase_blob_import + int + link_identifier + + int file_id + + + + &warn.undocumented.func; + + + + + + ibase_blob_info diff --git a/functions/satellite.xml b/functions/satellite.xml index 2dc7745de2..60e10ad0e4 100644 --- a/functions/satellite.xml +++ b/functions/satellite.xml @@ -1,5 +1,5 @@ - + @@ -341,6 +341,27 @@ if (satellite_caught_exception()) { + + + satellite_get_repository_id + + NOT IMPLEMENTED + + + + Description + + + int satellite_get_repository_id + object obj + + + + &warn.undocumented.func; + + + +