Add title to example. Fix refname.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299194 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Convissor 2010-05-10 03:36:10 +00:00
parent daa171b309
commit dd731f1402
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<!-- $Revision$ -->
<refentry xml:id="mysqli.thread-id" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::thread_id</refname>
<refname>mysqli->thread_id</refname>
<refname>mysqli_thread_id</refname>
<refpurpose>Returns the thread ID for the current connection</refpurpose>
</refnamediv>
@ -58,6 +58,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><varname>mysqli->thread_id</varname> example</title>
<para>&style.oop;</para>
<programlisting role="php">
<![CDATA[

View file

@ -2,7 +2,7 @@
<!-- $Revision$ -->
<refentry xml:id="mysqli.warning-count" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::warning_count</refname>
<refname>mysqli->warning_count</refname>
<refname>mysqli_warning_count</refname>
<refpurpose>Returns the number of warnings from the last query for the given link</refpurpose>
</refnamediv>
@ -49,6 +49,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><varname>mysqli->warning_count</varname> example</title>
<para>&style.oop;</para>
<programlisting role="php">
<![CDATA[