mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
A funcsyn left here somehow, convert to methodsyn
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69759 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a328586a54
commit
2a17f8a669
1 changed files with 5 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.33 $ -->
|
||||
<!-- $Revision: 1.34 $ -->
|
||||
<reference id="ref.domxml">
|
||||
<title>DOM XML functions</title>
|
||||
<titleabbrev>DOM XML</titleabbrev>
|
||||
|
@ -900,12 +900,10 @@ $children = $head->children();
|
|||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>array <function>xpath_eval_expression</function></funcdef>
|
||||
<paramdef>object <parameter>xpath_context</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>xpath_eval_expression</methodname>
|
||||
<methodparam><type>object</type><parameter>xpath_context</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue