mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
more skeletons for missing functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65608 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8652691c54
commit
aa046d8616
3 changed files with 94 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
<!-- $Revision: 1.29 $ -->
|
||||
<reference id="ref.domxml">
|
||||
<title>DOM XML functions</title>
|
||||
<titleabbrev>DOM XML</titleabbrev>
|
||||
|
@ -937,7 +937,7 @@ $children = $head->children();
|
|||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>array <function>xpath_eval</function></funcdef>
|
||||
<paramdef>object <parameter>xpath context</parameter></paramdef>
|
||||
<paramdef>object <parameter>xpath_context</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
|
@ -970,6 +970,49 @@ $children = $head->children();
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id='function.xptr-new-context'>
|
||||
<refnamediv>
|
||||
<refname>xptr_new_context</refname>
|
||||
<refpurpose>
|
||||
Create new XPath Context
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>xptr_new_context</function></funcdef>
|
||||
<paramdef>object <parameter><optional>doc_handle</optional></parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id='function.xptr-eval'>
|
||||
<refnamediv>
|
||||
<refname>xptr_eval</refname>
|
||||
<refpurpose>
|
||||
Evaluate the XPtr Location Path in the given string
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>xptr_eval</function></funcdef>
|
||||
<paramdef>object <parameter><optional>xpath_context</optional></parameter></paramdef>
|
||||
<paramdef>string <parameter>eval_str</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
</reference>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.40 $ -->
|
||||
<!-- $Revision: 1.41 $ -->
|
||||
<reference id="ref.ibase">
|
||||
<title>InterBase functions</title>
|
||||
<titleabbrev>InterBase</titleabbrev>
|
||||
|
@ -822,6 +822,32 @@ for ($i=0; $i < $coln; $i++) {
|
|||
|
||||
|
||||
|
||||
<refentry id='function.ibase-blob-import'>
|
||||
<refnamediv>
|
||||
<refname>ibase_blob_import</refname>
|
||||
<refpurpose>
|
||||
Create blob, copy file in it, and close it
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>ibase_blob_import</function></funcdef>
|
||||
<paramdef>int
|
||||
<parameter><optional>link_identifier</optional></parameter>
|
||||
</paramdef>
|
||||
<paramdef>int <parameter>file_id</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
||||
|
||||
<refentry id='function.ibase-blob-info'>
|
||||
<refnamediv>
|
||||
<refname>ibase_blob_info</refname>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<!-- Author: David Eriksson <david@2good.com> -->
|
||||
|
||||
<reference id="ref.satellite">
|
||||
|
@ -341,6 +341,27 @@ if (satellite_caught_exception()) {
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id='function.satellite-get-repository-id'>
|
||||
<refnamediv>
|
||||
<refname>satellite_get_repository_id</refname>
|
||||
<refpurpose>
|
||||
NOT IMPLEMENTED
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>satellite_get_repository_id</function></funcdef>
|
||||
<paramdef>object <parameter>obj</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
</reference>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue