reference/mysql/functions/mysql-fetch-assoc.xml
ff4017b6334dae2d5353fe99df8089a828795324
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id="function.mysql-fetch-assoc" xmlns="http://docbook.org/ns/docbook" xmlns:phd="http://www.php.net/ns/phd">
3
+
<refentry xml:id="function.mysql-fetch-assoc" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>mysql_fetch_assoc</refname>
6
6
<refpurpose>Fetch a result row as an associative array</refpurpose>
...
...
@@ -11,7 +11,10 @@
11
11
&mysql.alternative.note;
12
12
<simplelist role="alternatives">
13
13
<member><function>mysqli_fetch_assoc</function></member>
14
-
<member><methodname phd:args="PDO::FETCH_ASSOC">PDOStatement::fetch</methodname></member>
14
+
<member>
15
+
<methodname>PDOStatement::fetch</methodname>
16
+
with <parameter>mode</parameter> as <constant>PDO::FETCH_ASSOC</constant>
17
+
</member>
15
18
</simplelist>
16
19
</warning>
17
20
</refsynopsisdiv>
18
21