mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added missing functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65401 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4d2f86cc94
commit
eceb5b6cc4
1 changed files with 48 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.26 $ -->
|
||||
<reference id="ref.domxml">
|
||||
<!-- $Revision: 1.27 $ -->
|
||||
<reference id="ref.domxml">
|
||||
<title>DOM XML functions</title>
|
||||
<titleabbrev>DOM XML</titleabbrev>
|
||||
|
||||
|
@ -842,7 +842,7 @@ $children = $head->children();
|
|||
<refnamediv>
|
||||
<refname>xpath_eval</refname>
|
||||
<refpurpose>
|
||||
Evaluates an xpath expression
|
||||
Evaluates the XPath Location Path in the given string
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
|
@ -862,6 +862,51 @@ $children = $head->children();
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.xpath-eval-expression">
|
||||
<refnamediv>
|
||||
<refname>xpath_eval_expression</refname>
|
||||
<refpurpose>
|
||||
Evaluates the XPath Location Path in the given string
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>array <function>xpath_eval</function></funcdef>
|
||||
<paramdef>object <parameter>xpath context</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
</para>
|
||||
<para>
|
||||
See also <function></function>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id='function.domxml-version'>
|
||||
<refnamediv>
|
||||
<refname>domxml_version</refname>
|
||||
<refpurpose>
|
||||
Get XML library version
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>domxml_version</function></funcdef>
|
||||
<void/>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
This function returns the version of the XML library version currently used.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
</reference>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue