reference/oci8/functions/oci-server-version.xml
5e41012cfdf8f2eff5fa56de446c7656afac536c
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>oci_server_version</methodname>
12
+
<type class="union"><type>string</type><type>false</type></type><methodname>oci_server_version</methodname>
13
13
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -64,16 +64,6 @@ oci_close($conn);
64
64
</para>
65
65
</refsect1>
66
66

67
-
<refsect1 role="notes">
68
-
&reftitle.notes;
69
-
<note>
70
-
<para>
71
-
In PHP versions before 5.0.0 you must use <function>ociserverversion</function> instead.
72
-
This old name still can be used. However it is deprecated and not recommended.
73
-
</para>
74
-
</note>
75
-
</refsect1>
76
-

77
67
<refsect1 role="seealso">
78
68
&reftitle.seealso;
79
69
<para>
...
...
@@ -84,7 +74,6 @@ oci_close($conn);
84
74
</refsect1>
85
75

86
76
</refentry>
87
-

88
77
<!-- Keep this comment at the end of the file
89
78
Local variables:
90
79
mode: sgml
91
80