reference/oci8/ocicollection.xml
14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60
...
...
@@ -0,0 +1,66 @@
1
+
<?xml version="1.0" encoding="utf-8"?>
2
+
<!-- $Revision$ -->
3
+
<phpdoc:classref xml:id="class.ocicollection" 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 OCICollection class</title>
5
+
<titleabbrev>OCICollection</titleabbrev>
6
+
7
+
<partintro>
8
+
9
+
<!-- {{{ ClassName intro -->
10
+
<section xml:id="ocicollection.intro">
11
+
&reftitle.intro;
12
+
<para>
13
+
OCI8 Collection functionality.
14
+
</para>
15
+
<note>
16
+
<para>
17
+
The <classname>OCI-Collection</classname> class was renamed to <classname>OCICollection</classname> in PHP 8 OCI8 3.0.0 to align with PHP naming standards.
18
+
</para>
19
+
</note>
20
+
</section>
21
+

22
+
<!-- }}} -->
23
+
24
+
<section xml:id="ocicollection.synopsis">
25
+
&reftitle.classsynopsis;
26
+
27
+
<!-- {{{ Synopsis -->
28
+
<classsynopsis class="class">
29
+
<ooclass>
30
+
<classname>OCICollection</classname>
31
+
</ooclass>
32
+

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

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