From a3b7f75471151ade7d7940aafb92730c3cda2ac0 Mon Sep 17 00:00:00 2001 From: Enrique Garcia Briones Date: Wed, 12 May 2004 17:02:31 +0000 Subject: [PATCH] Minor typos. in mysqli_sqlstate document OO style description git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158428 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/functions/mysqli-sqlstate.xml | 8 +++++++- reference/mysqli/functions/mysqli-stat.xml | 4 ++-- reference/mysqli/functions/mysqli-store-result.xml | 4 ++-- reference/mysqli/functions/mysqli-thread-id.xml | 4 ++-- reference/mysqli/functions/mysqli-thread-safe.xml | 4 ++-- reference/mysqli/functions/mysqli-use-result.xml | 4 ++-- 6 files changed, 17 insertions(+), 11 deletions(-) diff --git a/reference/mysqli/functions/mysqli-sqlstate.xml b/reference/mysqli/functions/mysqli-sqlstate.xml index caf59f34e5..4e35ce5370 100644 --- a/reference/mysqli/functions/mysqli-sqlstate.xml +++ b/reference/mysqli/functions/mysqli-sqlstate.xml @@ -1,5 +1,5 @@ - + mysqli_sqlstate @@ -8,10 +8,16 @@ Description + Procedural style: stringmysqli_sqlstate objectlink + Object oriented style (property): + + mysqli + stringsqlstate + Returns a string containing the SQLSTATE error code for the last error. The error code consists of five characters. '00000' means no error. diff --git a/reference/mysqli/functions/mysqli-stat.xml b/reference/mysqli/functions/mysqli-stat.xml index 0ce55b580d..e1160af5d0 100644 --- a/reference/mysqli/functions/mysqli-stat.xml +++ b/reference/mysqli/functions/mysqli-stat.xml @@ -1,5 +1,5 @@ - + mysqli_stat @@ -18,7 +18,7 @@ mysqli mixedmysqli->stat - void + diff --git a/reference/mysqli/functions/mysqli-store-result.xml b/reference/mysqli/functions/mysqli-store-result.xml index 7284ee1045..c1eb2be86a 100644 --- a/reference/mysqli/functions/mysqli-store-result.xml +++ b/reference/mysqli/functions/mysqli-store-result.xml @@ -1,5 +1,5 @@ - + mysqli_store_result @@ -19,7 +19,7 @@ object store_result - void + diff --git a/reference/mysqli/functions/mysqli-thread-id.xml b/reference/mysqli/functions/mysqli-thread-id.xml index 78ae8cd424..7e9343f4a1 100644 --- a/reference/mysqli/functions/mysqli-thread-id.xml +++ b/reference/mysqli/functions/mysqli-thread-id.xml @@ -1,5 +1,5 @@ - + mysqli_thread_id @@ -32,7 +32,7 @@ will be assigned. - To kill a running query you can use the SQL command KILL QUERY processid]. + To kill a running query you can use the SQL command KILL QUERY processid. diff --git a/reference/mysqli/functions/mysqli-thread-safe.xml b/reference/mysqli/functions/mysqli-thread-safe.xml index 0107d5d808..4765ff25ce 100644 --- a/reference/mysqli/functions/mysqli-thread-safe.xml +++ b/reference/mysqli/functions/mysqli-thread-safe.xml @@ -1,5 +1,5 @@ - + mysqli_thread_safe @@ -10,7 +10,7 @@ Procedural style: boolmysqli_thread_safe - void + mysqli_thread_safe indicates whether the diff --git a/reference/mysqli/functions/mysqli-use-result.xml b/reference/mysqli/functions/mysqli-use-result.xml index a7715b133f..2c54110a02 100644 --- a/reference/mysqli/functions/mysqli-use-result.xml +++ b/reference/mysqli/functions/mysqli-use-result.xml @@ -1,5 +1,5 @@ - + mysqli_use_result @@ -19,7 +19,7 @@ mixed use_result - void +