reference/pdo/pdo/getavailabledrivers.xml
661e6858acade9f5a08fc8f9c07b605f42f4a700
...
...
@@ -10,18 +10,18 @@
10
10
</refnamediv>
11
11
<refsect1 role="description">
12
12
&reftitle.description;
13
-
<methodsynopsis>
13
+
<methodsynopsis role="PDO">
14
14
<modifier>public</modifier> <modifier>static</modifier> <type>array</type><methodname>PDO::getAvailableDrivers</methodname>
15
15
<void/>
16
16
</methodsynopsis>
17
-
<methodsynopsis role="procedural">
17
+
<methodsynopsis>
18
18
<type>array</type><methodname>pdo_drivers</methodname>
19
19
<void/>
20
20
</methodsynopsis>
21
21
<para>
22
22
This function returns all currently available PDO drivers which can be used
23
23
in <parameter>DSN</parameter> parameter of
24
-
<function>PDO::__construct</function>.
24
+
<methodname>PDO::__construct</methodname>.
25
25
</para>
26
26

27
27
</refsect1>
...
...
@@ -34,7 +34,7 @@
34
34
<refsect1 role="returnvalues">
35
35
&reftitle.returnvalues;
36
36
<para>
37
-
<function>PDO::getAvailableDrivers</function> returns an array of PDO driver names. If
37
+
<methodname>PDO::getAvailableDrivers</methodname> returns an array of PDO driver names. If
38
38
no drivers are available, it returns an empty array.
39
39
</para>
40
40
</refsect1>
...
...
@@ -43,7 +43,7 @@
43
43
&reftitle.examples;
44
44
<para>
45
45
<example>
46
-
<title>A <function>PDO::getAvailableDrivers</function> example</title>
46
+
<title>A <methodname>PDO::getAvailableDrivers</methodname> example</title>
47
47
<programlisting role="php">
48
48
<![CDATA[
49
49
<?php
...
...
@@ -66,7 +66,6 @@ Array
66
66
</refsect1>
67
67

68
68
</refentry>
69
-

70
69
<!-- Keep this comment at the end of the file
71
70
Local variables:
72
71
mode: sgml
73
72