reference/dom/domxpath/registerphpfunctions.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="domxpath.registerphpfunctions" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>DOMXPath::registerPhpFunctions</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="DOMXPath">
13
12
<modifier>public</modifier> <type>void</type><methodname>DOMXPath::registerPhpFunctions</methodname>
14
-
<methodparam choice="opt"><type>mixed</type><parameter>restrict</parameter></methodparam>
13
+
<methodparam choice="opt"><type class="union"><type>string</type><type>array</type><type>null</type></type><parameter>restrict</parameter><initializer>&null;</initializer></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
This method enables the ability to use PHP functions within XPath expressions.
...
...
@@ -171,7 +170,6 @@ PHP Basics
171
170
</refsect1>
172
171

173
172
</refentry>
174
-

175
173
<!-- Keep this comment at the end of the file
176
174
Local variables:
177
175
mode: sgml
178
176