reference/intl/collator/get-strength.xml
1976eae0d815797af97a1e16c5cd90ffc2868395
...
...
@@ -12,19 +12,16 @@
12
12
<para>
13
13
&style.oop;
14
14
</para>
15
-
<methodsynopsis>
16
-
<modifier>public</modifier>
17
-
<type>int</type>
18
-
<methodname>Collator::getStrength</methodname>
19
-
<void />
15
+
<methodsynopsis role="Collator">
16
+
<modifier>public</modifier> <type>int</type><methodname>Collator::getStrength</methodname>
17
+
<void/>
20
18
</methodsynopsis>
21
19
<para>
22
20
&style.procedural;
23
21
</para>
24
22
<methodsynopsis>
25
-
<type>int</type>
26
-
<methodname>collator_get_strength</methodname>
27
-
<methodparam><type>Collator</type><parameter>coll</parameter></methodparam>
23
+
<type>int</type><methodname>collator_get_strength</methodname>
24
+
<methodparam><type>Collator</type><parameter>object</parameter></methodparam>
28
25
</methodsynopsis>
29
26
<para>
30
27
<!-- description goes here -->
...
...
@@ -36,7 +33,7 @@
36
33
<para>
37
34
<variablelist>
38
35
<varlistentry>
39
-
<term><parameter>coll</parameter></term>
36
+
<term><parameter>object</parameter></term>
40
37
<listitem>
41
38
<para>
42
39
<classname>Collator</classname> object.
...
...
@@ -51,7 +48,7 @@
51
48
<refsect1 role="returnvalues">
52
49
&reftitle.returnvalues;
53
50
<para>
54
-
Returns current collation strength, or <type>boolean</type> &false; on error.
51
+
Returns current collation strength,&return.falseforfailure;.
55
52
</para>
56
53
</refsect1>
57
54

...
...
@@ -91,7 +88,6 @@ $strength = collator_get_strength( $coll );
91
88
</para>
92
89
</refsect1>
93
90
</refentry>
94
-

95
91
<!-- Keep this comment at the end of the file
96
92
Local variables:
97
93
mode: sgml
98
94