mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
daa171b309
commit
dd731f1402
2 changed files with 4 additions and 2 deletions
|
@ -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[
|
||||
|
|
|
@ -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[
|
||||
|
|
Loading…
Reference in a new issue