reference/gearman/gearmanclient/dohigh.xml
3c0b61c45a5dabe46865510311e57b77ea3dddb7
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="gearmanclient.dohigh" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>GearmanClient::doHigh</refname>
...
...
@@ -9,11 +8,11 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="GearmanClient">
13
12
<modifier>public</modifier> <type>string</type><methodname>GearmanClient::doHigh</methodname>
14
-
<methodparam><type>string</type><parameter>function_name</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>function</parameter></methodparam>
15
14
<methodparam><type>string</type><parameter>workload</parameter></methodparam>
16
-
<methodparam choice="opt"><type>string</type><parameter>unique</parameter></methodparam>
15
+
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>unique</parameter><initializer>&null;</initializer></methodparam>
17
16
</methodsynopsis>
18
17
<para>
19
18
Runs a single high priority task and returns a string representation of the result. It is up to
...
...
@@ -28,7 +27,7 @@
28
27
<para>
29
28
<variablelist>
30
29
<varlistentry>
31
-
<term><parameter>function_name</parameter></term>
30
+
<term><parameter>function</parameter></term>
32
31
<listitem>
33
32
<para>
34
33
&gearman.parameter.functionname;
...
...
@@ -76,7 +75,6 @@
76
75
</refsect1>
77
76

78
77
</refentry>
79
-

80
78
<!-- Keep this comment at the end of the file
81
79
Local variables:
82
80
mode: sgml
83
81