reference/exif/constants.xml
5e9500ddad6dbc2f1b01d7da8b53379c8b7c386c
...
...
@@ -5,14 +5,16 @@
5
5
&extension.constants;
6
6
<para>
7
7
<variablelist>
8
-
<varlistentry>
8
+
<varlistentry xml:id="constant.exif-use-mbstring">
9
9
<term>
10
10
<constant>EXIF_USE_MBSTRING</constant>
11
-
(<type>integer</type>)
11
+
(<type>int</type>)
12
12
</term>
13
13
<listitem>
14
14
<simpara>
15
-
15
+
This constant has a value of <literal>1</literal> if the
16
+
<link linkend="ref.mbstring">mbstring</link> is enabled, otherwise
17
+
it has a value of <literal>0</literal>.
16
18
</simpara>
17
19
</listitem>
18
20
</varlistentry>
19
21