reference/mysqli/mysqli/get-charset.xml
035c126c0393fe154bac46e2c3c489ebadce48a5
...
...
@@ -10,14 +10,14 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<para>&style.oop;</para>
13
-
<methodsynopsis role="oop">
14
-
<type>object</type><methodname>mysqli::get_charset</methodname>
15
-
<void />
13
+
<methodsynopsis role="mysqli">
14
+
<modifier>public</modifier> <type class="union"><type>object</type><type>null</type></type><methodname>mysqli::get_charset</methodname>
15
+
<void/>
16
16
</methodsynopsis>
17
17
<para>&style.procedural;</para>
18
18
<methodsynopsis>
19
-
<type>object</type><methodname>mysqli_get_charset</methodname>
20
-
<methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
19
+
<type class="union"><type>object</type><type>null</type></type><methodname>mysqli_get_charset</methodname>
20
+
<methodparam><type>mysqli</type><parameter>mysql</parameter></methodparam>
21
21
</methodsynopsis>
22
22

23
23
<para>
...
...
@@ -132,7 +132,6 @@ object(stdClass)#2 (7) {
132
132
</refsect1>
133
133

134
134
</refentry>
135
-

136
135
<!-- Keep this comment at the end of the file
137
136
Local variables:
138
137
mode: sgml
139
138