reference/enchant/constants.xml
94f2c273f0bb214580b3cba17273f79e8cc2cb25
...
...
@@ -5,29 +5,43 @@
5
5
&reftitle.constants;
6
6
<para>
7
7
<variablelist>
8
+
<varlistentry xml:id="constant.libenchant-version">
9
+
<term>
10
+
<constant>LIBENCHANT_VERSION</constant>
11
+
(<type>string</type>)
12
+
</term>
13
+
<listitem>
14
+
<simpara>
15
+
The version of libenchant.
16
+
Available as of PHP 8.0.0.
17
+
</simpara>
18
+
</listitem>
19
+
</varlistentry>
8
20
<varlistentry xml:id="constant.enchant-myspell">
9
21
<term>
10
22
<constant>ENCHANT_MYSPELL</constant>
11
-
(<type>integer</type>)
23
+
(<type>int</type>)
12
24
</term>
13
25
<listitem>
14
26
<simpara>
15
27
Dictionary type for MySpell. Used with
16
28
<function>enchant_broker_get_dict_path</function> and
17
29
<function>enchant_broker_set_dict_path</function>.
30
+
Deprecated as of PHP 8.0.0.
18
31
</simpara>
19
32
</listitem>
20
33
</varlistentry>
21
34
<varlistentry xml:id="constant.enchant-ispell">
22
35
<term>
23
36
<constant>ENCHANT_ISPELL</constant>
24
-
(<type>integer</type>)
37
+
(<type>int</type>)
25
38
</term>
26
39
<listitem>
27
40
<simpara>
28
41
Dictionary type for Ispell. Used with
29
42
<function>enchant_broker_get_dict_path</function> and
30
43
<function>enchant_broker_set_dict_path</function>.
44
+
Deprecated as of PHP 8.0.0.
31
45
</simpara>
32
46
</listitem>
33
47
</varlistentry>
34
48