reference/oci8/ocilob.xml
14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60
...
...
@@ -0,0 +1,65 @@
1
+
<?xml version="1.0" encoding="utf-8"?>
2
+
<!-- $Revision$ -->
3
+
<phpdoc:classref xml:id="class.ocilob" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
4
+
<title>The OCILob class</title>
5
+
<titleabbrev>OCILob</titleabbrev>
6
+
7
+
<partintro>
8
+
9
+
<!-- {{{ ClassName intro -->
10
+
<section xml:id="ocilob.intro">
11
+
&reftitle.intro;
12
+
<para>
13
+
OCI8 LOB functionality for large binary (BLOB) and character (CLOB) objects.
14
+
</para>
15
+
<note>
16
+
<para>
17
+
The <classname>OCI-Lob</classname> class was renamed to <classname>OCILob</classname> in PHP 8 and PECL OCI8 3.0.0 to align with PHP naming standards.
18
+
</para>
19
+
</note>
20
+
</section>
21
+
<!-- }}} -->
22
+
23
+
<section xml:id="ocilob.synopsis">
24
+
&reftitle.classsynopsis;
25
+
26
+
<!-- {{{ Synopsis -->
27
+
<classsynopsis class="class">
28
+
<ooclass>
29
+
<classname>OCILob</classname>
30
+
</ooclass>
31
+

32
+
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
33
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.ocilob')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='OCILob'])">
34
+
<xi:fallback/>
35
+
</xi:include>
36
+
</classsynopsis>
37
+
<!-- }}} -->
38
+
39
+
</section>
40
+
41
+
</partintro>
42
+
43
+
&reference.oci8.entities.ocilob;
44
+

45
+
</phpdoc:classref>
46
+
<!-- Keep this comment at the end of the file
47
+
Local variables:
48
+
mode: sgml
49
+
sgml-omittag:t
50
+
sgml-shorttag:t
51
+
sgml-minimize-attributes:nil
52
+
sgml-always-quote-attributes:t
53
+
sgml-indent-step:1
54
+
sgml-indent-data:t
55
+
indent-tabs-mode:nil
56
+
sgml-parent-document:nil
57
+
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
58
+
sgml-exposed-tags:nil
59
+
sgml-local-catalogs:nil
60
+
sgml-local-ecat-files:nil
61
+
End:
62
+
vim600: syn=xml fen fdm=syntax fdl=2 si
63
+
vim: et tw=78 syn=sgml
64
+
vi: ts=1 sw=1
65
+
-->
0
66