reference/ibase/functions/ibase-blob-open.xml
b95d28e6ec86e4a71e012737d36ebdc1cf009180
...
...
@@ -1,4 +1,4 @@
1
-
<?xml version="1.0" encoding="iso-8859-1"?>
1
+
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3
<refentry xmlns="http://docbook.org/ns/docbook" xml:id='function.ibase-blob-open'>
4
4
<refnamediv>
...
...
@@ -9,12 +9,12 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>resource</type><methodname>ibase_blob_open</methodname>
12
+
<type class="union"><type>resource</type><type>false</type></type><methodname>ibase_blob_open</methodname>
13
13
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
14
14
<methodparam><type>string</type><parameter>blob_id</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<methodsynopsis>
17
-
<type>resource</type><methodname>ibase_blob_open</methodname>
17
+
<type class="union"><type>resource</type><type>false</type></type><methodname>ibase_blob_open</methodname>
18
18
<methodparam><type>string</type><parameter>blob_id</parameter></methodparam>
19
19
</methodsynopsis>
20
20
<para>
...
...
@@ -51,7 +51,7 @@
51
51
&reftitle.returnvalues;
52
52
<para>
53
53
Returns a BLOB handle for later use with
54
-
<function>ibase_blob_get</function> or &false; on failure.
54
+
<function>ibase_blob_get</function>&return.falseforfailure;.
55
55
</para>
56
56
</refsect1>
57
57

58
58