From dd731f1402f8b31e302ca0ddc67ffe415456c570 Mon Sep 17 00:00:00 2001 From: Daniel Convissor Date: Mon, 10 May 2010 03:36:10 +0000 Subject: [PATCH] Add title to example. Fix refname. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299194 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli/thread-id.xml | 3 ++- reference/mysqli/mysqli/warning-count.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/mysqli/mysqli/thread-id.xml b/reference/mysqli/mysqli/thread-id.xml index 5430eeb06f..526244a207 100644 --- a/reference/mysqli/mysqli/thread-id.xml +++ b/reference/mysqli/mysqli/thread-id.xml @@ -2,7 +2,7 @@ - mysqli::thread_id + mysqli->thread_id mysqli_thread_id Returns the thread ID for the current connection @@ -58,6 +58,7 @@ &reftitle.examples; + <varname>mysqli->thread_id</varname> example &style.oop; - mysqli::warning_count + mysqli->warning_count mysqli_warning_count Returns the number of warnings from the last query for the given link @@ -49,6 +49,7 @@ &reftitle.examples; + <varname>mysqli->warning_count</varname> example &style.oop;