Hi,
I've created a small patch for the documentation. Could someone please
check the patch? If it's OK please feel free to check it into CVS.
Many thanks,
Tony
----
Tony Bedford, Technical Writer
Database Technology Group, Sun Microsystems
http://sun.com | http://mysql.com
Index: en/reference/mysqli/mysqli_stmt/attr-get.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/mysqli/mysqli_stmt/attr-get.xml,v
retrieving revision 1.2
diff -r1.2 attr-get.xml
7c7
< <refpurpose></refpurpose>
---
> <refpurpose/>
10,11c10
< <refsect1 role="description">
< &reftitle.description;
---
> <refsect1 role="description"> &reftitle.description; <para>Object oriented
> style (method):</para>
13,15c12,17
< <type>int</type><methodname>mysqli_stmt_attr_get</methodname>
<
<methodparam><type>mysqli_stmt</type><parameter>stmt</parameter></methodparam>
< <methodparam><type>int</type><parameter>attr</parameter></methodparam>
---
> <type>int</type>
> <methodname>mysqli_stmt::attr_get</methodname>
> <methodparam>
> <type>int</type>
> <parameter>attr</parameter>
> </methodparam>
16a19,33
> <para>Procedural style:</para>
> <methodsynopsis>
> <type>int</type>
> <methodname>mysqli_stmt_attr_get</methodname>
> <methodparam>
> <type>mysqli_stmt</type>
> <parameter>stmt</parameter>
> </methodparam>
> <methodparam>
> <type>int</type>
> <parameter>attr</parameter>
> </methodparam>
> </methodsynopsis>
> <para>Used to get the current value for a statement attribute. </para>
> </refsect1>
18c35,46
< &warn.undocumented.func;
---
> <refsect1 role="parameters"> &reftitle.parameters; <para>
> <variablelist> &mysqli.stmt.description; <varlistentry>
> <term>
> <parameter>attr</parameter>
> </term>
> <listitem>
> <para>The attribute that you want to get.</para>
> </listitem>
> </varlistentry>
> </variablelist>
> </para>
> </refsect1>
19a48,49
> <refsect1 role="returnvalues"> &reftitle.returnvalues; <para>Returns FALSE
> if the attribute is
> not found, otherwise returns the value of the attribute.</para>
23d52
<