reference/oci8/functions/oci-fetch-object.xml
ed6de1ae20ce16c0c7be0b3fef282b6065bebfac
...
...
@@ -9,8 +9,9 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>object</type><methodname>oci_fetch_object</methodname>
12
+
<type class="union"><type>stdClass</type><type>false</type></type><methodname>oci_fetch_object</methodname>
13
13
<methodparam><type>resource</type><parameter>statement</parameter></methodparam>
14
+
<methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer>OCI_ASSOC | OCI_RETURN_NULLS</initializer></methodparam>
14
15
</methodsynopsis>
15
16
<para>
16
17
Returns an object containing the next result-set row of a query.
...
...
@@ -207,7 +208,6 @@ oci_close($conn);
207
208
</refsect1>
208
209

209
210
</refentry>
210
-

211
211
<!-- Keep this comment at the end of the file
212
212
Local variables:
213
213
mode: sgml
...
...
@@ -228,4 +228,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
228
228
vim: et tw=78 syn=sgml
229
229
vi: ts=1 sw=1
230
230
-->
231
-

232
231